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:
snyk-bot 2024-12-06 07:06:28 +00:00
parent 2d71d81e2d
commit fb0128834d
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B
2 changed files with 8 additions and 7 deletions

13
package-lock.json generated
View File

@ -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"
}, },

View File

@ -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",