From 5c1aaa4efe5713dedb5ff422a588684c4b3f4e76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 19:31:57 -0500 Subject: Bump gatsby-plugin-sharp from 5.4.0 to 5.5.0 (#88) Bumps [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) from 5.4.0 to 5.5.0. - [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.5.0/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 | 49 ++++++++++++++++++++++++++++++++++++------------- package.json | 2 +- 2 files changed, 37 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 89bf92f..027f531 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "gatsby-plugin-image": "3.5.0", "gatsby-plugin-manifest": "5.4.0", "gatsby-plugin-offline": "^6.0.0", - "gatsby-plugin-sharp": "5.4.0", + "gatsby-plugin-sharp": "5.5.0", "gatsby-plugin-styled-components": "6.5.0", "gatsby-source-filesystem": "5.5.0", "gatsby-transformer-sharp": "5.5.0", @@ -9159,18 +9159,18 @@ } }, "node_modules/gatsby-plugin-sharp": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.4.0.tgz", - "integrity": "sha512-QFGMP3skMyiLBx/1JGs296ZT0aWkzP2SsEp+5MA/Yg23T8Hrb/bBmxe+cAD0PoALQl9lmEA7NPawuh0q1HaGPw==", + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.5.0.tgz", + "integrity": "sha512-XtRjproz7FT3df8HetkpKlUFfQfPu+KdCsyXwnlAu6vm94+86ZgN/6O4gioG8GLZvoOF/1Zud47xagBPbvzLLg==", "dependencies": { "@babel/runtime": "^7.20.7", "async": "^3.2.4", "bluebird": "^3.7.2", "debug": "^4.3.4", "filenamify": "^4.3.0", - "fs-extra": "^10.1.0", - "gatsby-core-utils": "^4.4.0", - "gatsby-plugin-utils": "^4.4.0", + "fs-extra": "^11.1.0", + "gatsby-core-utils": "^4.5.0", + "gatsby-plugin-utils": "^4.5.0", "lodash": "^4.17.21", "probe-image-size": "^7.2.3", "semver": "^7.3.8", @@ -9188,6 +9188,19 @@ "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==" }, + "node_modules/gatsby-plugin-sharp/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==", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=14.14" + } + }, "node_modules/gatsby-plugin-styled-components": { "version": "6.5.0", "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-6.5.0.tgz", @@ -23514,18 +23527,18 @@ } }, "gatsby-plugin-sharp": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.4.0.tgz", - "integrity": "sha512-QFGMP3skMyiLBx/1JGs296ZT0aWkzP2SsEp+5MA/Yg23T8Hrb/bBmxe+cAD0PoALQl9lmEA7NPawuh0q1HaGPw==", + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.5.0.tgz", + "integrity": "sha512-XtRjproz7FT3df8HetkpKlUFfQfPu+KdCsyXwnlAu6vm94+86ZgN/6O4gioG8GLZvoOF/1Zud47xagBPbvzLLg==", "requires": { "@babel/runtime": "^7.20.7", "async": "^3.2.4", "bluebird": "^3.7.2", "debug": "^4.3.4", "filenamify": "^4.3.0", - "fs-extra": "^10.1.0", - "gatsby-core-utils": "^4.4.0", - "gatsby-plugin-utils": "^4.4.0", + "fs-extra": "^11.1.0", + "gatsby-core-utils": "^4.5.0", + "gatsby-plugin-utils": "^4.5.0", "lodash": "^4.17.21", "probe-image-size": "^7.2.3", "semver": "^7.3.8", @@ -23536,6 +23549,16 @@ "version": "3.2.4", "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==" + }, + "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==", + "requires": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } } } }, diff --git a/package.json b/package.json index 142e679..6c0d1f6 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "gatsby-plugin-image": "3.5.0", "gatsby-plugin-manifest": "5.4.0", "gatsby-plugin-offline": "^6.0.0", - "gatsby-plugin-sharp": "5.4.0", + "gatsby-plugin-sharp": "5.5.0", "gatsby-plugin-styled-components": "6.5.0", "gatsby-source-filesystem": "5.5.0", "gatsby-transformer-sharp": "5.5.0", -- cgit