diff --git a/package-lock.json b/package-lock.json index cd60eb6a..4d490431 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11073,15 +11073,15 @@ } }, "gatsby-plugin-sharp": { - "version": "2.6.6", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.6.tgz", - "integrity": "sha512-jf3rv1huON0x5IKm6Vi6cVHo9pI4CRGOF6vaOVZY2fI7MVzEihOB1qg8Otqfg2DjoWzX6aWvvcspsS98U6pRqA==", + "version": "2.6.8", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.8.tgz", + "integrity": "sha512-tsSQ8EFOpw+FLudon/h6YipHRVZ62Z/l5aYR2oBbPI0/AObrry1nvwmF6ovVLPFzI+D3GvPml7bvkGWLThKaZg==", "requires": { "@babel/runtime": "^7.9.6", "async": "^2.6.3", "bluebird": "^3.7.2", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.3.0", + "gatsby-core-utils": "^1.3.2", "got": "^8.3.2", "imagemin": "^6.1.0", "imagemin-mozjpeg": "^8.0.0", @@ -11115,6 +11115,19 @@ "jsonfile": "^4.0.0", "universalify": "^0.1.0" } + }, + "gatsby-core-utils": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.2.tgz", + "integrity": "sha512-aNecB7D9KFGITArBoEu7Y4g2ZN2zVY+BB2uF9Ql8mp1fcRZFXZdkNvyXqiKsyDFRl/UdBT4u6Zrym1bXk0SWig==", + "requires": { + "ci-info": "2.0.0", + "configstore": "^5.0.1", + "fs-extra": "^8.1.0", + "node-object-hash": "^2.0.0", + "proper-lockfile": "^4.1.1", + "xdg-basedir": "^4.0.0" + } } } }, diff --git a/package.json b/package.json index b1a3d849..873381a4 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "gatsby-plugin-offline": "^3.2.4", "gatsby-plugin-react-helmet": "^3.3.1", "gatsby-plugin-sass": "^2.3.1", - "gatsby-plugin-sharp": "^2.6.6", + "gatsby-plugin-sharp": "^2.6.8", "gatsby-plugin-sitemap": "^2.4.2", "gatsby-plugin-svgr": "^2.0.2", "gatsby-plugin-use-dark-mode": "^1.1.2",