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
This commit is contained in:
snyk-bot 2024-12-06 07:06:46 +00:00
parent 2d71d81e2d
commit e314570d0a
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B
2 changed files with 18 additions and 15 deletions

31
package-lock.json generated
View File

@ -26,7 +26,7 @@
"gatsby-plugin-remove-serviceworker": "^1.0.0", "gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-robots-txt": "^1.8.0", "gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sass": "^6.13.1", "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-plugin-sitemap": "^6.13.1",
"gatsby-remark-autolink-headers": "^6.13.1", "gatsby-remark-autolink-headers": "^6.13.1",
"gatsby-remark-copy-linked-files": "^6.13.2", "gatsby-remark-copy-linked-files": "^6.13.2",
@ -16446,18 +16446,19 @@
} }
}, },
"node_modules/gatsby-plugin-sharp": { "node_modules/gatsby-plugin-sharp": {
"version": "5.13.1", "version": "5.14.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.13.1.tgz", "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.14.0.tgz",
"integrity": "sha512-PA1LxLjZ7nKjgGykfbIxNQqrfqqfNsMN6+7wZNy5HK4Vhqjw1zDyImJEBEn6v08L2T3tlLMgR0or/OE7yo7F9A==", "integrity": "sha512-Kk0hePabeuFI9wJ3a4mhtubpn/7SrALM4YlZJIOvXVYfx2mGv3SIHpAtm0YcLxi+lBKKVUPcA5uh3gNptupDTQ==",
"license": "MIT",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.20.13", "@babel/runtime": "^7.20.13",
"async": "^3.2.4", "async": "^3.2.5",
"bluebird": "^3.7.2", "bluebird": "^3.7.2",
"debug": "^4.3.4", "debug": "^4.3.4",
"filenamify": "^4.3.0", "filenamify": "^4.3.0",
"fs-extra": "^11.1.1", "fs-extra": "^11.2.0",
"gatsby-core-utils": "^4.13.1", "gatsby-core-utils": "^4.14.0",
"gatsby-plugin-utils": "^4.13.1", "gatsby-plugin-utils": "^4.14.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"probe-image-size": "^7.2.3", "probe-image-size": "^7.2.3",
"semver": "^7.5.3", "semver": "^7.5.3",
@ -16471,14 +16472,16 @@
} }
}, },
"node_modules/gatsby-plugin-sharp/node_modules/async": { "node_modules/gatsby-plugin-sharp/node_modules/async": {
"version": "3.2.4", "version": "3.2.6",
"resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
"integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==" "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==",
"license": "MIT"
}, },
"node_modules/gatsby-plugin-sharp/node_modules/fs-extra": { "node_modules/gatsby-plugin-sharp/node_modules/fs-extra": {
"version": "11.1.1", "version": "11.2.0",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.1.tgz", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz",
"integrity": "sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==", "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==",
"license": "MIT",
"dependencies": { "dependencies": {
"graceful-fs": "^4.2.0", "graceful-fs": "^4.2.0",
"jsonfile": "^6.0.1", "jsonfile": "^6.0.1",

View File

@ -66,7 +66,7 @@
"gatsby-plugin-remove-serviceworker": "^1.0.0", "gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-robots-txt": "^1.8.0", "gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sass": "^6.13.1", "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-plugin-sitemap": "^6.13.1",
"gatsby-remark-autolink-headers": "^6.13.1", "gatsby-remark-autolink-headers": "^6.13.1",
"gatsby-remark-copy-linked-files": "^6.13.2", "gatsby-remark-copy-linked-files": "^6.13.2",