mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-29 10:16:53 +02:00
Merge pull request #70 from Unkn0wnCat/dependabot/npm_and_yarn/gatsby-plugin-manifest-2.12.0
Bump gatsby-plugin-manifest from 2.11.0 to 2.12.0
This commit is contained in:
commit
df6483b4e5
2 changed files with 9 additions and 25 deletions
32
package-lock.json
generated
32
package-lock.json
generated
|
@ -12393,31 +12393,15 @@
|
|||
"dev": true
|
||||
},
|
||||
"gatsby-plugin-manifest": {
|
||||
"version": "2.11.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.11.0.tgz",
|
||||
"integrity": "sha512-FyKye5egB4nBggKPIx4XlwcXAZYi0e7UoHYTGQkeRtci1nzHC3Q1/GLFfMi9F6jpmJ1Z4S3A+yYshxSap4ySJQ==",
|
||||
"version": "2.12.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.12.0.tgz",
|
||||
"integrity": "sha512-I+zkLQgR66n7kFfwEwOB2BEIIvCcO+jBUg5WNzKB9N8Hn20ebowU9G/wj01EcZ9A3N2qoe1yVeU+Lo0+kXR5pQ==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"gatsby-core-utils": "^1.9.0",
|
||||
"gatsby-plugin-utils": "^0.8.0",
|
||||
"gatsby-core-utils": "^1.10.0",
|
||||
"gatsby-plugin-utils": "^0.9.0",
|
||||
"semver": "^7.3.2",
|
||||
"sharp": "^0.27.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"gatsby-core-utils": {
|
||||
"version": "1.9.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.9.0.tgz",
|
||||
"integrity": "sha512-AWq9E+rBY+fWJrhdOx0rn/LlZ0eCjpqLYlDcUmLZ5NjwLARgkEXNf4JsvDETLtThcNlSOibEMQex8arsYatmkA==",
|
||||
"requires": {
|
||||
"ci-info": "2.0.0",
|
||||
"configstore": "^5.0.1",
|
||||
"fs-extra": "^8.1.0",
|
||||
"node-object-hash": "^2.0.0",
|
||||
"proper-lockfile": "^4.1.1",
|
||||
"tmp": "^0.2.1",
|
||||
"xdg-basedir": "^4.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"gatsby-plugin-offline": {
|
||||
|
@ -12797,9 +12781,9 @@
|
|||
}
|
||||
},
|
||||
"gatsby-plugin-utils": {
|
||||
"version": "0.8.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-0.8.0.tgz",
|
||||
"integrity": "sha512-EQC1U7LQVHaI6jXMbx4ryvA8rV1yYrlyxwO2T4nuLUDOO1STUpKTYCH4ySOEtXi6f4P5v7NxgHkFoid6ayY9HA==",
|
||||
"version": "0.9.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-0.9.0.tgz",
|
||||
"integrity": "sha512-InM8PNHtx1kF87qQOlf4pVeNA8lSIsvSjImvN6dvpUjeQqOMRN1avY0W9Trh6LKTF/keWWj975Gk8Vcr+PYyDA==",
|
||||
"requires": {
|
||||
"joi": "^17.2.1"
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
"babel-plugin-i18next-extract": "^0.8.2",
|
||||
"gatsby": "^2.32.3",
|
||||
"gatsby-plugin-asset-path": "^3.0.3",
|
||||
"gatsby-plugin-manifest": "^2.11.0",
|
||||
"gatsby-plugin-manifest": "^2.12.0",
|
||||
"gatsby-plugin-offline": "^3.10.0",
|
||||
"gatsby-plugin-react-helmet": "^3.10.0",
|
||||
"gatsby-plugin-react-i18next": "0.0.27",
|
||||
|
|
Loading…
Add table
Reference in a new issue