diff --git a/package-lock.json b/package-lock.json index 369512b..b16a51d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10466,22 +10466,22 @@ } }, "gatsby-plugin-sharp": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.2.tgz", - "integrity": "sha512-PjUjcZxr6pQpEFbv2KU1UkmDo5Amc4deU8Ih88EXoVU/4ZwreRKKC7pjKIeSm4V+E8RbRWAxLBQPxo0Qu81t0Q==", + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.3.tgz", + "integrity": "sha512-9ZcQpDSEUpWtfbGvmjRXNZsPxg6/8cK/NwHnAXcdRy3vpsrHM7WGJH6W0NdT+GuZLFDRApm3TgAfUhVuwkdzmw==", "requires": { "@babel/runtime": "^7.9.6", "async": "^2.6.3", "bluebird": "^3.7.2", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.2.1", + "gatsby-core-utils": "^1.2.2", "got": "^8.3.2", "imagemin": "^6.1.0", "imagemin-mozjpeg": "^8.0.0", "imagemin-pngquant": "^6.0.1", "imagemin-webp": "^5.1.0", "lodash": "^4.17.15", - "mini-svg-data-uri": "^1.1.3", + "mini-svg-data-uri": "^1.2.3", "potrace": "^2.1.6", "probe-image-size": "^4.1.1", "progress": "^2.0.3", @@ -10498,6 +10498,16 @@ "requires": { "lodash": "^4.17.14" } + }, + "gatsby-core-utils": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.2.2.tgz", + "integrity": "sha512-EdVUq0K7C9t32V7wndldUmUGzZp8EwU8gNMc1dtI1whyDUaUuZa6zlkbkpJwbwhPhRHdao5zhvHJXydhgzTEog==", + "requires": { + "ci-info": "2.0.0", + "configstore": "^5.0.1", + "node-object-hash": "^2.0.0" + } } } }, diff --git a/package.json b/package.json index f215660..2c2b849 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "gatsby-plugin-offline": "^3.2.1", "gatsby-plugin-postcss": "^2.3.1", "gatsby-plugin-react-helmet": "^3.3.1", - "gatsby-plugin-sharp": "^2.6.2", + "gatsby-plugin-sharp": "^2.6.3", "gatsby-plugin-sitemap": "^2.4.2", "gatsby-plugin-svgr": "^2.0.2", "gatsby-plugin-use-dark-mode": "^1.1.2",