mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-25 22:39:41 +01:00
fix: upgrade gatsby-plugin-image from 3.13.0 to 3.14.0
Snyk has created this PR to upgrade gatsby-plugin-image from 3.13.0 to 3.14.0. See this package in npm: 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
2d71d81e2d
commit
4af743a8c7
24
package-lock.json
generated
24
package-lock.json
generated
@ -19,7 +19,7 @@
|
|||||||
"gatsby-plugin-catch-links": "^5.13.1",
|
"gatsby-plugin-catch-links": "^5.13.1",
|
||||||
"gatsby-plugin-feed": "^5.13.1",
|
"gatsby-plugin-feed": "^5.13.1",
|
||||||
"gatsby-plugin-google-gtag": "^5.13.1",
|
"gatsby-plugin-google-gtag": "^5.13.1",
|
||||||
"gatsby-plugin-image": "^3.13.0",
|
"gatsby-plugin-image": "^3.14.0",
|
||||||
"gatsby-plugin-manifest": "^5.13.1",
|
"gatsby-plugin-manifest": "^5.13.1",
|
||||||
"gatsby-plugin-optimize-svgs": "^1.0.5",
|
"gatsby-plugin-optimize-svgs": "^1.0.5",
|
||||||
"gatsby-plugin-react-helmet": "^6.13.1",
|
"gatsby-plugin-react-helmet": "^6.13.1",
|
||||||
@ -16251,22 +16251,23 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/gatsby-plugin-image": {
|
"node_modules/gatsby-plugin-image": {
|
||||||
"version": "3.13.0",
|
"version": "3.14.0",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-3.13.0.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-3.14.0.tgz",
|
||||||
"integrity": "sha512-l5aEZbl81lTJUzchL03CzbjOADmbSKUMcBP+TO4j5Mu//K286ilfNUa97QD6VeaWeLEBMCK2tACc+8wmgYmxvQ==",
|
"integrity": "sha512-sEHZUSb67yRu8YJSV/Otb3QboYma8YuePu88c2wyWFq4kK4Hgf1YsbQEWqj5ywg+ikRULbkR6TAtTpJ3waQGRg==",
|
||||||
|
"license": "MIT",
|
||||||
"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.13.0",
|
"babel-plugin-remove-graphql-queries": "^5.14.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.2.0",
|
||||||
"gatsby-core-utils": "^4.13.0",
|
"gatsby-core-utils": "^4.14.0",
|
||||||
"gatsby-plugin-utils": "^4.13.0",
|
"gatsby-plugin-utils": "^4.14.0",
|
||||||
"objectFitPolyfill": "^2.3.5",
|
"objectFitPolyfill": "^2.3.5",
|
||||||
"prop-types": "^15.8.1"
|
"prop-types": "^15.8.1"
|
||||||
},
|
},
|
||||||
@ -16288,9 +16289,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/gatsby-plugin-image/node_modules/fs-extra": {
|
"node_modules/gatsby-plugin-image/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",
|
||||||
|
@ -59,7 +59,7 @@
|
|||||||
"gatsby-plugin-catch-links": "^5.13.1",
|
"gatsby-plugin-catch-links": "^5.13.1",
|
||||||
"gatsby-plugin-feed": "^5.13.1",
|
"gatsby-plugin-feed": "^5.13.1",
|
||||||
"gatsby-plugin-google-gtag": "^5.13.1",
|
"gatsby-plugin-google-gtag": "^5.13.1",
|
||||||
"gatsby-plugin-image": "^3.13.0",
|
"gatsby-plugin-image": "^3.14.0",
|
||||||
"gatsby-plugin-manifest": "^5.13.1",
|
"gatsby-plugin-manifest": "^5.13.1",
|
||||||
"gatsby-plugin-optimize-svgs": "^1.0.5",
|
"gatsby-plugin-optimize-svgs": "^1.0.5",
|
||||||
"gatsby-plugin-react-helmet": "^6.13.1",
|
"gatsby-plugin-react-helmet": "^6.13.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user