From 542059327af72750d9a37634f87b4383ada07719 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Apr 2022 16:22:35 +0100 Subject: [PATCH] Bump gatsby-plugin-sharp from 4.11.1 to 4.12.1 (#879) Bumps [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) from 4.11.1 to 4.12.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sharp/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@4.12.1/packages/gatsby-plugin-sharp) --- updated-dependencies: - dependency-name: gatsby-plugin-sharp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 143 +++++++++++++++++++++++++++++----------------- package.json | 2 +- 2 files changed, 93 insertions(+), 52 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2dbd99a..fd45a54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "gatsby-plugin-matomo": "^0.13.0", "gatsby-plugin-offline": "^5.11.1", "gatsby-plugin-react-helmet": "^5.11.0", - "gatsby-plugin-sharp": "^4.11.1", + "gatsby-plugin-sharp": "^4.12.1", "gatsby-plugin-sitemap": "^5.11.1", "gatsby-plugin-svgr": "^3.0.0-beta.0", "gatsby-source-filesystem": "^4.11.1", @@ -5253,6 +5253,7 @@ "version": "0.29.5", "resolved": "https://registry.npmjs.org/@types/sharp/-/sharp-0.29.5.tgz", "integrity": "sha512-3TC+S3H5RwnJmLYMHrcdfNjz/CaApKmujjY9b6PU/pE6n0qfooi99YqXGWoW8frU9EWYj/XTI35Pzxa+ThAZ5Q==", + "optional": true, "dependencies": { "@types/node": "*" } @@ -11838,27 +11839,27 @@ } }, "node_modules/gatsby-plugin-sharp": { - "version": "4.11.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.11.1.tgz", - "integrity": "sha512-wmbDnVl1386Mpm446tCavrI818HBpFOYk53cTerj5vaS+YmmuALwKSYVYOT2+LuVvZW0oaijuaDBeDnftq882g==", + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.12.1.tgz", + "integrity": "sha512-P6noUl5LyASwYtCRSo1rjchk/ytfJvSFTLwzgXr1TiQHgZh06SUIqR8v3UqT90EDERNd1GeEBsQjRfWkrV2nbg==", "dependencies": { "@babel/runtime": "^7.15.4", "async": "^3.2.3", "bluebird": "^3.7.2", - "debug": "^4.3.3", + "debug": "^4.3.4", "filenamify": "^4.3.0", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.11.1", - "gatsby-plugin-utils": "^3.5.1", - "gatsby-telemetry": "^3.11.1", + "gatsby-core-utils": "^3.12.1", + "gatsby-plugin-utils": "^3.6.1", + "gatsby-telemetry": "^3.12.1", "got": "^11.8.3", "lodash": "^4.17.21", - "mini-svg-data-uri": "^1.4.3", + "mini-svg-data-uri": "^1.4.4", "potrace": "^2.1.8", - "probe-image-size": "^7.0.0", + "probe-image-size": "^7.2.3", "progress": "^2.0.3", "semver": "^7.3.5", - "sharp": "^0.30.1", + "sharp": "^0.30.3", "svgo": "1.3.2", "uuid": "3.4.0" }, @@ -11962,14 +11963,14 @@ } }, "node_modules/gatsby-plugin-utils": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-3.5.1.tgz", - "integrity": "sha512-RZXUvwQjTnkukMfAGr+DCz/qZj7g6REljTmQS43MaovWO4Yf4YGvs+1Leays7J0XmqN2I3SIZGBgt4tgKCsNVQ==", + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-3.6.1.tgz", + "integrity": "sha512-Ebk98v4mxaDWjGFl6VBeNv1zjeJ7UCQ29UTabzY2BpztvUCBHfLVQdMmuaAgzPRn+A3SFVOGpcl++CF0IEl+7A==", "dependencies": { "@babel/runtime": "^7.15.4", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.11.1", - "gatsby-sharp": "^0.5.0", + "gatsby-core-utils": "^3.12.1", + "gatsby-sharp": "^0.6.1", "graphql-compose": "^9.0.7", "import-from": "^4.0.0", "joi": "^17.4.2", @@ -11982,6 +11983,26 @@ "gatsby": "^4.0.0-next" } }, + "node_modules/gatsby-plugin-utils/node_modules/@types/sharp": { + "version": "0.30.2", + "resolved": "https://registry.npmjs.org/@types/sharp/-/sharp-0.30.2.tgz", + "integrity": "sha512-uLCBwjDg/BTcQit0dpNGvkIjvH3wsb8zpaJePCjvONBBSfaKHoxXBIuq1MT8DMQEfk2fKYnpC9QExCgFhkGkMQ==", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/gatsby-plugin-utils/node_modules/gatsby-sharp": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-0.6.1.tgz", + "integrity": "sha512-KhBFE72QLlrAgeMWNoBV2LDp0nZ9ZOw1pY5wIohb/ktDFRUi9K5nwVCJvDJonfPn100mxtDqnZVckXirtcHVzQ==", + "dependencies": { + "@types/sharp": "^0.30.0", + "sharp": "^0.30.3" + }, + "engines": { + "node": ">=14.15.0" + } + }, "node_modules/gatsby-plugin-utils/node_modules/import-from": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/import-from/-/import-from-4.0.0.tgz", @@ -12025,6 +12046,7 @@ "version": "0.5.0", "resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-0.5.0.tgz", "integrity": "sha512-9wZS0ADZsKTCsU66sxIP/tCHgFaREyoYm53tepgtp/YSVWNrurx9/0kGf8XsFFY9OecrqIRNuk1cWe7XKCpbQA==", + "optional": true, "dependencies": { "@types/sharp": "^0.29.5", "sharp": "^0.30.1" @@ -12181,9 +12203,9 @@ } }, "node_modules/gatsby-telemetry": { - "version": "3.11.1", - "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-3.11.1.tgz", - "integrity": "sha512-TPNKTpuYFyULOuRvhpXUtj8h2E7bvrTYsRC/aKeHoWqEchwwbzPwBSJd+3ZFjsxLHIXAa5sTAlR2wd9SYBgOlA==", + "version": "3.12.1", + "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-3.12.1.tgz", + "integrity": "sha512-sAL2T9GdYpceGlFP6CymVDoy0UEhRvrJApv/mu7sU6F0gu8g8rOLvRxVYE3Y2D9RdfCzkuLIonzmscmVIduyOg==", "hasInstallScript": true, "dependencies": { "@babel/code-frame": "^7.14.0", @@ -12194,7 +12216,7 @@ "boxen": "^4.2.0", "configstore": "^5.0.1", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.11.1", + "gatsby-core-utils": "^3.12.1", "git-up": "^4.0.5", "is-docker": "^2.2.1", "lodash": "^4.17.21", @@ -16943,9 +16965,9 @@ } }, "node_modules/mini-svg-data-uri": { - "version": "1.4.3", - "resolved": "https://registry.npmjs.org/mini-svg-data-uri/-/mini-svg-data-uri-1.4.3.tgz", - "integrity": "sha512-gSfqpMRC8IxghvMcxzzmMnWpXAChSA+vy4cia33RgerMS8Fex95akUyQZPbxJJmeBGiGmK7n/1OpUX8ksRjIdA==", + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/mini-svg-data-uri/-/mini-svg-data-uri-1.4.4.tgz", + "integrity": "sha512-r9deDe9p5FJUPZAk3A59wGH7Ii9YrjjWw0jmw/liSbHl2CHiyXj6FcDXDu2K3TjVAXqiJdaw3xxwlZZr9E6nHg==", "bin": { "mini-svg-data-uri": "cli.js" } @@ -20770,9 +20792,9 @@ "integrity": "sha512-LUMFi+RppPlrHzbqmFnINTrazo0lPNwhcgzuAXVVcfy/mqPDrQmHAyz5bvV0gDAuRFrk804V0HpQ6u9sZ0tBeg==" }, "node_modules/sharp": { - "version": "0.30.2", - "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.30.2.tgz", - "integrity": "sha512-mrMeKI5ECTdYhslPlA2TbBtU3nZXMEBcQwI6qYXjPlu1LpW4HBZLFm6xshMI1HpIdEEJ3UcYp5AKifLT/fEHZQ==", + "version": "0.30.3", + "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.30.3.tgz", + "integrity": "sha512-rjpfJFK58ZOFSG8sxYSo3/JQb4ej095HjXp9X7gVu7gEn1aqSG8TCW29h/Rr31+PXrFADo1H/vKfw0uhMQWFtg==", "hasInstallScript": true, "dependencies": { "color": "^4.2.1", @@ -28451,6 +28473,7 @@ "version": "0.29.5", "resolved": "https://registry.npmjs.org/@types/sharp/-/sharp-0.29.5.tgz", "integrity": "sha512-3TC+S3H5RwnJmLYMHrcdfNjz/CaApKmujjY9b6PU/pE6n0qfooi99YqXGWoW8frU9EWYj/XTI35Pzxa+ThAZ5Q==", + "optional": true, "requires": { "@types/node": "*" } @@ -34047,27 +34070,27 @@ } }, "gatsby-plugin-sharp": { - "version": "4.11.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.11.1.tgz", - "integrity": "sha512-wmbDnVl1386Mpm446tCavrI818HBpFOYk53cTerj5vaS+YmmuALwKSYVYOT2+LuVvZW0oaijuaDBeDnftq882g==", + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.12.1.tgz", + "integrity": "sha512-P6noUl5LyASwYtCRSo1rjchk/ytfJvSFTLwzgXr1TiQHgZh06SUIqR8v3UqT90EDERNd1GeEBsQjRfWkrV2nbg==", "requires": { "@babel/runtime": "^7.15.4", "async": "^3.2.3", "bluebird": "^3.7.2", - "debug": "^4.3.3", + "debug": "^4.3.4", "filenamify": "^4.3.0", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.11.1", - "gatsby-plugin-utils": "^3.5.1", - "gatsby-telemetry": "^3.11.1", + "gatsby-core-utils": "^3.12.1", + "gatsby-plugin-utils": "^3.6.1", + "gatsby-telemetry": "^3.12.1", "got": "^11.8.3", "lodash": "^4.17.21", - "mini-svg-data-uri": "^1.4.3", + "mini-svg-data-uri": "^1.4.4", "potrace": "^2.1.8", - "probe-image-size": "^7.0.0", + "probe-image-size": "^7.2.3", "progress": "^2.0.3", "semver": "^7.3.5", - "sharp": "^0.30.1", + "sharp": "^0.30.3", "svgo": "1.3.2", "uuid": "3.4.0" }, @@ -34137,20 +34160,37 @@ } }, "gatsby-plugin-utils": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-3.5.1.tgz", - "integrity": "sha512-RZXUvwQjTnkukMfAGr+DCz/qZj7g6REljTmQS43MaovWO4Yf4YGvs+1Leays7J0XmqN2I3SIZGBgt4tgKCsNVQ==", + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-3.6.1.tgz", + "integrity": "sha512-Ebk98v4mxaDWjGFl6VBeNv1zjeJ7UCQ29UTabzY2BpztvUCBHfLVQdMmuaAgzPRn+A3SFVOGpcl++CF0IEl+7A==", "requires": { "@babel/runtime": "^7.15.4", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.11.1", - "gatsby-sharp": "^0.5.0", + "gatsby-core-utils": "^3.12.1", + "gatsby-sharp": "^0.6.1", "graphql-compose": "^9.0.7", "import-from": "^4.0.0", "joi": "^17.4.2", "mime": "^3.0.0" }, "dependencies": { + "@types/sharp": { + "version": "0.30.2", + "resolved": "https://registry.npmjs.org/@types/sharp/-/sharp-0.30.2.tgz", + "integrity": "sha512-uLCBwjDg/BTcQit0dpNGvkIjvH3wsb8zpaJePCjvONBBSfaKHoxXBIuq1MT8DMQEfk2fKYnpC9QExCgFhkGkMQ==", + "requires": { + "@types/node": "*" + } + }, + "gatsby-sharp": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-0.6.1.tgz", + "integrity": "sha512-KhBFE72QLlrAgeMWNoBV2LDp0nZ9ZOw1pY5wIohb/ktDFRUi9K5nwVCJvDJonfPn100mxtDqnZVckXirtcHVzQ==", + "requires": { + "@types/sharp": "^0.30.0", + "sharp": "^0.30.3" + } + }, "import-from": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/import-from/-/import-from-4.0.0.tgz", @@ -34176,6 +34216,7 @@ "version": "0.5.0", "resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-0.5.0.tgz", "integrity": "sha512-9wZS0ADZsKTCsU66sxIP/tCHgFaREyoYm53tepgtp/YSVWNrurx9/0kGf8XsFFY9OecrqIRNuk1cWe7XKCpbQA==", + "optional": true, "requires": { "@types/sharp": "^0.29.5", "sharp": "^0.30.1" @@ -34294,9 +34335,9 @@ } }, "gatsby-telemetry": { - "version": "3.11.1", - "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-3.11.1.tgz", - "integrity": "sha512-TPNKTpuYFyULOuRvhpXUtj8h2E7bvrTYsRC/aKeHoWqEchwwbzPwBSJd+3ZFjsxLHIXAa5sTAlR2wd9SYBgOlA==", + "version": "3.12.1", + "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-3.12.1.tgz", + "integrity": "sha512-sAL2T9GdYpceGlFP6CymVDoy0UEhRvrJApv/mu7sU6F0gu8g8rOLvRxVYE3Y2D9RdfCzkuLIonzmscmVIduyOg==", "requires": { "@babel/code-frame": "^7.14.0", "@babel/runtime": "^7.15.4", @@ -34306,7 +34347,7 @@ "boxen": "^4.2.0", "configstore": "^5.0.1", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.11.1", + "gatsby-core-utils": "^3.12.1", "git-up": "^4.0.5", "is-docker": "^2.2.1", "lodash": "^4.17.21", @@ -37267,9 +37308,9 @@ } }, "mini-svg-data-uri": { - "version": "1.4.3", - "resolved": "https://registry.npmjs.org/mini-svg-data-uri/-/mini-svg-data-uri-1.4.3.tgz", - "integrity": "sha512-gSfqpMRC8IxghvMcxzzmMnWpXAChSA+vy4cia33RgerMS8Fex95akUyQZPbxJJmeBGiGmK7n/1OpUX8ksRjIdA==" + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/mini-svg-data-uri/-/mini-svg-data-uri-1.4.4.tgz", + "integrity": "sha512-r9deDe9p5FJUPZAk3A59wGH7Ii9YrjjWw0jmw/liSbHl2CHiyXj6FcDXDu2K3TjVAXqiJdaw3xxwlZZr9E6nHg==" }, "minimatch": { "version": "3.0.4", @@ -40078,9 +40119,9 @@ "integrity": "sha512-LUMFi+RppPlrHzbqmFnINTrazo0lPNwhcgzuAXVVcfy/mqPDrQmHAyz5bvV0gDAuRFrk804V0HpQ6u9sZ0tBeg==" }, "sharp": { - "version": "0.30.2", - "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.30.2.tgz", - "integrity": "sha512-mrMeKI5ECTdYhslPlA2TbBtU3nZXMEBcQwI6qYXjPlu1LpW4HBZLFm6xshMI1HpIdEEJ3UcYp5AKifLT/fEHZQ==", + "version": "0.30.3", + "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.30.3.tgz", + "integrity": "sha512-rjpfJFK58ZOFSG8sxYSo3/JQb4ej095HjXp9X7gVu7gEn1aqSG8TCW29h/Rr31+PXrFADo1H/vKfw0uhMQWFtg==", "requires": { "color": "^4.2.1", "detect-libc": "^2.0.1", diff --git a/package.json b/package.json index b349f52..f3c1a8d 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "gatsby-plugin-matomo": "^0.13.0", "gatsby-plugin-offline": "^5.11.1", "gatsby-plugin-react-helmet": "^5.11.0", - "gatsby-plugin-sharp": "^4.11.1", + "gatsby-plugin-sharp": "^4.12.1", "gatsby-plugin-sitemap": "^5.11.1", "gatsby-plugin-svgr": "^3.0.0-beta.0", "gatsby-source-filesystem": "^4.11.1",