fix: upgrade gatsby-plugin-image from 3.12.0 to 3.13.0

Snyk has created this PR to upgrade gatsby-plugin-image from 3.12.0 to 3.13.0.

See this package in npm:
https://www.npmjs.com/package/gatsby-plugin-image

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-02-05 02:36:17 +00:00
parent 34d69891ca
commit 76fa1f530d
No known key found for this signature in database
GPG Key ID: 5009E0832F4D3DD3
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -19,7 +19,7 @@
"gatsby-plugin-catch-links": "^5.13.0", "gatsby-plugin-catch-links": "^5.13.0",
"gatsby-plugin-feed": "^5.13.0", "gatsby-plugin-feed": "^5.13.0",
"gatsby-plugin-google-gtag": "^5.13.0", "gatsby-plugin-google-gtag": "^5.13.0",
"gatsby-plugin-image": "^3.12.0", "gatsby-plugin-image": "^3.13.0",
"gatsby-plugin-manifest": "^5.13.0", "gatsby-plugin-manifest": "^5.13.0",
"gatsby-plugin-optimize-svgs": "^1.0.5", "gatsby-plugin-optimize-svgs": "^1.0.5",
"gatsby-plugin-react-helmet": "^6.13.0", "gatsby-plugin-react-helmet": "^6.13.0",
@ -15925,22 +15925,22 @@
} }
}, },
"node_modules/gatsby-plugin-image": { "node_modules/gatsby-plugin-image": {
"version": "3.12.0", "version": "3.13.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-3.12.0.tgz", "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-3.13.0.tgz",
"integrity": "sha512-zvkEotc3EgWfxdUuIeu81fN/dTY8GRVxGYwRKI7kkHpKAFUz2CIIQjxg16LSRxv0lGfRUxfPqxuMqBuk99GWOQ==", "integrity": "sha512-l5aEZbl81lTJUzchL03CzbjOADmbSKUMcBP+TO4j5Mu//K286ilfNUa97QD6VeaWeLEBMCK2tACc+8wmgYmxvQ==",
"dependencies": { "dependencies": {
"@babel/code-frame": "^7.18.6", "@babel/code-frame": "^7.18.6",
"@babel/parser": "^7.20.13", "@babel/parser": "^7.20.13",
"@babel/runtime": "^7.20.13", "@babel/runtime": "^7.20.13",
"@babel/traverse": "^7.20.13", "@babel/traverse": "^7.20.13",
"babel-jsx-utils": "^1.1.0", "babel-jsx-utils": "^1.1.0",
"babel-plugin-remove-graphql-queries": "^5.12.0", "babel-plugin-remove-graphql-queries": "^5.13.0",
"camelcase": "^6.3.0", "camelcase": "^6.3.0",
"chokidar": "^3.5.3", "chokidar": "^3.5.3",
"common-tags": "^1.8.2", "common-tags": "^1.8.2",
"fs-extra": "^11.1.1", "fs-extra": "^11.1.1",
"gatsby-core-utils": "^4.12.0", "gatsby-core-utils": "^4.13.0",
"gatsby-plugin-utils": "^4.12.0", "gatsby-plugin-utils": "^4.13.0",
"objectFitPolyfill": "^2.3.5", "objectFitPolyfill": "^2.3.5",
"prop-types": "^15.8.1" "prop-types": "^15.8.1"
}, },

View File

@ -59,7 +59,7 @@
"gatsby-plugin-catch-links": "^5.13.0", "gatsby-plugin-catch-links": "^5.13.0",
"gatsby-plugin-feed": "^5.13.0", "gatsby-plugin-feed": "^5.13.0",
"gatsby-plugin-google-gtag": "^5.13.0", "gatsby-plugin-google-gtag": "^5.13.0",
"gatsby-plugin-image": "^3.12.0", "gatsby-plugin-image": "^3.13.0",
"gatsby-plugin-manifest": "^5.13.0", "gatsby-plugin-manifest": "^5.13.0",
"gatsby-plugin-optimize-svgs": "^1.0.5", "gatsby-plugin-optimize-svgs": "^1.0.5",
"gatsby-plugin-react-helmet": "^6.13.0", "gatsby-plugin-react-helmet": "^6.13.0",