From e314570d0a79d7762ee8882de685e77969320cb5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Dec 2024 07:06:46 +0000 Subject: [PATCH] fix: upgrade gatsby-plugin-sharp from 5.13.1 to 5.14.0 Snyk has created this PR to upgrade gatsby-plugin-sharp from 5.13.1 to 5.14.0. See this package in npm: gatsby-plugin-sharp See this project in Snyk: https://app.snyk.io/org/mastermindzh/project/6eb54845-2bb5-45e0-80e2-6b3a1c53eee6?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 31 +++++++++++++++++-------------- package.json | 2 +- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 368dd5f..487e3bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "gatsby-plugin-remove-serviceworker": "^1.0.0", "gatsby-plugin-robots-txt": "^1.8.0", "gatsby-plugin-sass": "^6.13.1", - "gatsby-plugin-sharp": "^5.13.1", + "gatsby-plugin-sharp": "^5.14.0", "gatsby-plugin-sitemap": "^6.13.1", "gatsby-remark-autolink-headers": "^6.13.1", "gatsby-remark-copy-linked-files": "^6.13.2", @@ -16446,18 +16446,19 @@ } }, "node_modules/gatsby-plugin-sharp": { - "version": "5.13.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.13.1.tgz", - "integrity": "sha512-PA1LxLjZ7nKjgGykfbIxNQqrfqqfNsMN6+7wZNy5HK4Vhqjw1zDyImJEBEn6v08L2T3tlLMgR0or/OE7yo7F9A==", + "version": "5.14.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.14.0.tgz", + "integrity": "sha512-Kk0hePabeuFI9wJ3a4mhtubpn/7SrALM4YlZJIOvXVYfx2mGv3SIHpAtm0YcLxi+lBKKVUPcA5uh3gNptupDTQ==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.20.13", - "async": "^3.2.4", + "async": "^3.2.5", "bluebird": "^3.7.2", "debug": "^4.3.4", "filenamify": "^4.3.0", - "fs-extra": "^11.1.1", - "gatsby-core-utils": "^4.13.1", - "gatsby-plugin-utils": "^4.13.1", + "fs-extra": "^11.2.0", + "gatsby-core-utils": "^4.14.0", + "gatsby-plugin-utils": "^4.14.0", "lodash": "^4.17.21", "probe-image-size": "^7.2.3", "semver": "^7.5.3", @@ -16471,14 +16472,16 @@ } }, "node_modules/gatsby-plugin-sharp/node_modules/async": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", - "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==" + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", + "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==", + "license": "MIT" }, "node_modules/gatsby-plugin-sharp/node_modules/fs-extra": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.1.tgz", - "integrity": "sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==", + "version": "11.2.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz", + "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", + "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", diff --git a/package.json b/package.json index abf4ca2..985bfa3 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "gatsby-plugin-remove-serviceworker": "^1.0.0", "gatsby-plugin-robots-txt": "^1.8.0", "gatsby-plugin-sass": "^6.13.1", - "gatsby-plugin-sharp": "^5.13.1", + "gatsby-plugin-sharp": "^5.14.0", "gatsby-plugin-sitemap": "^6.13.1", "gatsby-remark-autolink-headers": "^6.13.1", "gatsby-remark-copy-linked-files": "^6.13.2",