mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 06:49:18 +01:00
fix: upgrade gatsby-plugin-feed from 5.13.1 to 5.14.0
Snyk has created this PR to upgrade gatsby-plugin-feed from 5.13.1 to 5.14.0. See this package in npm: gatsby-plugin-feed 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
b8f0f72859
20
package-lock.json
generated
20
package-lock.json
generated
@ -17,7 +17,7 @@
|
|||||||
"gatsby": "^5.14.0",
|
"gatsby": "^5.14.0",
|
||||||
"gatsby-link": "^5.12.1",
|
"gatsby-link": "^5.12.1",
|
||||||
"gatsby-plugin-catch-links": "^5.13.1",
|
"gatsby-plugin-catch-links": "^5.13.1",
|
||||||
"gatsby-plugin-feed": "^5.13.1",
|
"gatsby-plugin-feed": "^5.14.0",
|
||||||
"gatsby-plugin-google-gtag": "^5.13.1",
|
"gatsby-plugin-google-gtag": "^5.13.1",
|
||||||
"gatsby-plugin-image": "^3.13.0",
|
"gatsby-plugin-image": "^3.13.0",
|
||||||
"gatsby-plugin-manifest": "^5.13.1",
|
"gatsby-plugin-manifest": "^5.13.1",
|
||||||
@ -16200,14 +16200,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/gatsby-plugin-feed": {
|
"node_modules/gatsby-plugin-feed": {
|
||||||
"version": "5.13.1",
|
"version": "5.14.0",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-5.13.1.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-5.14.0.tgz",
|
||||||
"integrity": "sha512-Vg6oTqwxqA8suOnGF8wAeFMv1oFlEp1EXemd46hMTR8ubzOTYMKRjR1rv3WTYZPbVSsjLxliNykDUXokWoH/0A==",
|
"integrity": "sha512-+P9SiH3xJ3skrPPTZCtr/jBlOdWl5StuZUSc4nhEwDxVxJSP4+3YRZom3PBLTqgE31eamJmkWwydHAvJqaqFTg==",
|
||||||
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.20.13",
|
"@babel/runtime": "^7.20.13",
|
||||||
"common-tags": "^1.8.2",
|
"common-tags": "^1.8.2",
|
||||||
"fs-extra": "^11.1.1",
|
"fs-extra": "^11.2.0",
|
||||||
"gatsby-plugin-utils": "^4.13.1",
|
"gatsby-plugin-utils": "^4.14.0",
|
||||||
"lodash.merge": "^4.6.2",
|
"lodash.merge": "^4.6.2",
|
||||||
"rss": "^1.2.2"
|
"rss": "^1.2.2"
|
||||||
},
|
},
|
||||||
@ -16221,9 +16222,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/gatsby-plugin-feed/node_modules/fs-extra": {
|
"node_modules/gatsby-plugin-feed/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",
|
||||||
|
@ -57,7 +57,7 @@
|
|||||||
"gatsby": "^5.14.0",
|
"gatsby": "^5.14.0",
|
||||||
"gatsby-link": "^5.12.1",
|
"gatsby-link": "^5.12.1",
|
||||||
"gatsby-plugin-catch-links": "^5.13.1",
|
"gatsby-plugin-catch-links": "^5.13.1",
|
||||||
"gatsby-plugin-feed": "^5.13.1",
|
"gatsby-plugin-feed": "^5.14.0",
|
||||||
"gatsby-plugin-google-gtag": "^5.13.1",
|
"gatsby-plugin-google-gtag": "^5.13.1",
|
||||||
"gatsby-plugin-image": "^3.13.0",
|
"gatsby-plugin-image": "^3.13.0",
|
||||||
"gatsby-plugin-manifest": "^5.13.1",
|
"gatsby-plugin-manifest": "^5.13.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user