From 2fc7c04da048d58ffe3b2276433ee04a29c8689d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Apr 2023 19:09:20 +0000 Subject: [PATCH] build(deps-dev): bump gatsby-plugin-sharp from 5.7.0 to 5.8.1 Bumps [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) from 5.7.0 to 5.8.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@5.8.1/packages/gatsby-plugin-sharp) --- updated-dependencies: - dependency-name: gatsby-plugin-sharp dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 60 +++++++++++++++++++++++------------------------ package.json | 2 +- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/package-lock.json b/package-lock.json index d29b0f9..fb620a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "gatsby-plugin-mdx": "^5.7.0", "gatsby-plugin-offline": "^6.7.0", "gatsby-plugin-sass": "^6.7.0", - "gatsby-plugin-sharp": "^5.7.0", + "gatsby-plugin-sharp": "^5.8.1", "gatsby-plugin-sitemap": "^6.7.0", "gatsby-plugin-styled-components": "^6.7.0", "gatsby-plugin-web-font-loader": "^1.0.4", @@ -9984,9 +9984,9 @@ "dev": true }, "node_modules/fs-extra": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.0.tgz", - "integrity": "sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.1.tgz", + "integrity": "sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==", "dev": true, "dependencies": { "graceful-fs": "^4.2.0", @@ -10408,18 +10408,18 @@ "dev": true }, "node_modules/gatsby-core-utils": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.7.0.tgz", - "integrity": "sha512-J8bjc+ASIfkrNbbOTvHbqgPtj/scgmLVB9rGuItZrbJyyHqyB6NLNbJeN8tHL//fjQ8B3vwyoHy6B09TMLQitQ==", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.9.0.tgz", + "integrity": "sha512-diCAmlr42YQpSKapD374JVF+ojDXTHxnrNoS907jNGgT4J35t2az9GsEQFgrEou3Td5TLuUl/8yJM2Hpwn4gyg==", "dev": true, "dependencies": { "@babel/runtime": "^7.20.13", "ci-info": "2.0.0", "configstore": "^5.0.1", - "fastq": "^1.13.0", - "file-type": "^16.5.3", - "fs-extra": "^11.1.0", - "got": "^11.8.5", + "fastq": "^1.15.0", + "file-type": "^16.5.4", + "fs-extra": "^11.1.1", + "got": "^11.8.6", "hash-wasm": "^4.9.0", "import-from": "^4.0.0", "lmdb": "2.5.3", @@ -10732,9 +10732,9 @@ } }, "node_modules/gatsby-plugin-sharp": { - "version": "5.7.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.7.0.tgz", - "integrity": "sha512-LU1OwWwA3Drhk6BCAGN+OhoNJ0Gft/lz6vS/hPIS9stn41gCyOyN/qAMzgz2k4BYF5H9Dh+iRGBUrQ34b9wKcA==", + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.8.1.tgz", + "integrity": "sha512-HPRINGFWjBahYW0lMzo68sKYKArUXKl0yqhCtzsK51Km/R8Mpw+uL+7q4r/sQJ8VQ8HZUNH+ik+2rbzR1nKe2Q==", "dev": true, "dependencies": { "@babel/runtime": "^7.20.13", @@ -10743,8 +10743,8 @@ "debug": "^4.3.4", "filenamify": "^4.3.0", "fs-extra": "^11.1.0", - "gatsby-core-utils": "^4.7.0", - "gatsby-plugin-utils": "^4.7.0", + "gatsby-core-utils": "^4.8.0", + "gatsby-plugin-utils": "^4.8.0", "lodash": "^4.17.21", "probe-image-size": "^7.2.3", "semver": "^7.3.8", @@ -10857,19 +10857,19 @@ } }, "node_modules/gatsby-plugin-utils": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-4.7.0.tgz", - "integrity": "sha512-ecPu4pRbrZ7TR+IBCn5XIsh/yRLf2pY2YuOK6rVby6PPCG1pP/kGMrVYmEZ7s/BcCvhkoJvVZW099gdtBqsq2Q==", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-4.9.0.tgz", + "integrity": "sha512-JGd6FNjoj2ceb4eCw7xzIELlPwSBxGGkJpy+iQTnLT32aPT0vidjGmiytXpNDvktLrxpmuTDPVfMJTjopu+y2A==", "dev": true, "dependencies": { "@babel/runtime": "^7.20.13", - "fastq": "^1.13.0", - "fs-extra": "^11.1.0", - "gatsby-core-utils": "^4.7.0", - "gatsby-sharp": "^1.7.0", + "fastq": "^1.15.0", + "fs-extra": "^11.1.1", + "gatsby-core-utils": "^4.9.0", + "gatsby-sharp": "^1.9.0", "graphql-compose": "^9.0.10", "import-from": "^4.0.0", - "joi": "^17.7.0", + "joi": "^17.9.1", "mime": "^3.0.0" }, "engines": { @@ -11028,9 +11028,9 @@ } }, "node_modules/gatsby-sharp": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-1.7.0.tgz", - "integrity": "sha512-a7arQkNZ+T+g2ZoOsiDEMuMHpELTlOfdm5DyKNGrdI19WhVBvU9ix4utxp/I58/e7NNdEG/eSaYk3Qz/ueEilQ==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-1.9.0.tgz", + "integrity": "sha512-R5uahYWf1vWZJs97n6DMC+yMByWcDFZiYCkghdS4qvFz4MsbtS/jzU8qz/mcgwxQW3G10VlFa2XuxTsKGYdzzQ==", "dev": true, "dependencies": { "@types/sharp": "^0.31.1", @@ -13020,9 +13020,9 @@ } }, "node_modules/joi": { - "version": "17.8.3", - "resolved": "https://registry.npmjs.org/joi/-/joi-17.8.3.tgz", - "integrity": "sha512-q5Fn6Tj/jR8PfrLrx4fpGH4v9qM6o+vDUfD4/3vxxyg34OmKcNqYZ1qn2mpLza96S8tL0p0rIw2gOZX+/cTg9w==", + "version": "17.9.1", + "resolved": "https://registry.npmjs.org/joi/-/joi-17.9.1.tgz", + "integrity": "sha512-FariIi9j6QODKATGBrEX7HZcja8Bsh3rfdGYy/Sb65sGlZWK/QWesU1ghk7aJWDj95knjXlQfSmzFSPPkLVsfw==", "dev": true, "dependencies": { "@hapi/hoek": "^9.0.0", diff --git a/package.json b/package.json index 9b660c6..d85e6c6 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "gatsby-plugin-mdx": "^5.7.0", "gatsby-plugin-offline": "^6.7.0", "gatsby-plugin-sass": "^6.7.0", - "gatsby-plugin-sharp": "^5.7.0", + "gatsby-plugin-sharp": "^5.8.1", "gatsby-plugin-sitemap": "^6.7.0", "gatsby-plugin-styled-components": "^6.7.0", "gatsby-plugin-web-font-loader": "^1.0.4",