mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 06:49:18 +01:00
fix: upgrade gatsby-plugin-manifest from 5.13.1 to 5.14.0
Snyk has created this PR to upgrade gatsby-plugin-manifest from 5.13.1 to 5.14.0. See this package in npm: gatsby-plugin-manifest 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
fb0128834d
13
package-lock.json
generated
13
package-lock.json
generated
@ -20,7 +20,7 @@
|
|||||||
"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.13.0",
|
||||||
"gatsby-plugin-manifest": "^5.13.1",
|
"gatsby-plugin-manifest": "^5.14.0",
|
||||||
"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",
|
||||||
"gatsby-plugin-remove-serviceworker": "^1.0.0",
|
"gatsby-plugin-remove-serviceworker": "^1.0.0",
|
||||||
@ -16301,13 +16301,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/gatsby-plugin-manifest": {
|
"node_modules/gatsby-plugin-manifest": {
|
||||||
"version": "5.13.1",
|
"version": "5.14.0",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-5.13.1.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-5.14.0.tgz",
|
||||||
"integrity": "sha512-F8zGMYz2tRDAzQO7hLrYv+xCFyIoeySeGsEk9j1KTdWB4liVQvLtFSXzj7yljyOTinDmA7mDStCiQFStC0rHZQ==",
|
"integrity": "sha512-ZJS+sCg8KIlXTEilInBt+kkPbGPOXX3wuRlOJiHwcou+uCmU/VZ4gif1DVazCseAbWtAdQxb3GkMlKTsGqtYiQ==",
|
||||||
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.20.13",
|
"@babel/runtime": "^7.20.13",
|
||||||
"gatsby-core-utils": "^4.13.1",
|
"gatsby-core-utils": "^4.14.0",
|
||||||
"gatsby-plugin-utils": "^4.13.1",
|
"gatsby-plugin-utils": "^4.14.0",
|
||||||
"semver": "^7.5.3",
|
"semver": "^7.5.3",
|
||||||
"sharp": "^0.32.6"
|
"sharp": "^0.32.6"
|
||||||
},
|
},
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
"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.13.0",
|
||||||
"gatsby-plugin-manifest": "^5.13.1",
|
"gatsby-plugin-manifest": "^5.14.0",
|
||||||
"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",
|
||||||
"gatsby-plugin-remove-serviceworker": "^1.0.0",
|
"gatsby-plugin-remove-serviceworker": "^1.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user