mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 06:49:18 +01:00
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:
parent
34d69891ca
commit
76fa1f530d
14
package-lock.json
generated
14
package-lock.json
generated
@ -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"
|
||||||
},
|
},
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user