mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-29 18:26:52 +02:00
Bump gatsby-plugin-manifest from 2.9.1 to 2.10.0
Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 2.9.1 to 2.10.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-manifest/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@2.10.0/packages/gatsby-plugin-manifest) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
acdd1a2fba
commit
b603d8e7db
2 changed files with 40 additions and 10 deletions
48
package-lock.json
generated
48
package-lock.json
generated
|
@ -10837,21 +10837,26 @@
|
|||
"dev": true
|
||||
},
|
||||
"gatsby-plugin-manifest": {
|
||||
"version": "2.9.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.9.1.tgz",
|
||||
"integrity": "sha512-SkZSAIjSp31VxstFg4y7xks9w8lxhcxjzKeChxnjeVYbAFWhgLEvo8fJ9aI3yXvFRKCX1+kj5QCaMbM9eq2pMA==",
|
||||
"version": "2.10.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.10.0.tgz",
|
||||
"integrity": "sha512-usX07buWEjQiuDzs++UJQd3tUkoB7nAPQvK99K1qskLzBSCSasSbymAEqF27LSs4Q6agysKxZA2QE68JWYMQWw==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"gatsby-core-utils": "^1.7.1",
|
||||
"gatsby-plugin-utils": "^0.6.0",
|
||||
"gatsby-core-utils": "^1.8.0",
|
||||
"gatsby-plugin-utils": "^0.7.0",
|
||||
"semver": "^7.3.2",
|
||||
"sharp": "^0.26.3"
|
||||
"sharp": "^0.27.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"array-flatten": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-3.0.0.tgz",
|
||||
"integrity": "sha512-zPMVc3ZYlGLNk4mpK1NzP2wg0ml9t7fUgDsayR5Y5rSzxQilzR9FGu/EH2jQOcKSAeAfWeylyW8juy3OkWRvNA=="
|
||||
},
|
||||
"gatsby-core-utils": {
|
||||
"version": "1.7.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.7.1.tgz",
|
||||
"integrity": "sha512-hnzQCixp2C4opmSgjido/CQwSt4FL3CcmGwq6fK3PVPTT3hLPz7rvuTMQIUlR8BJjGYai6i5f6V3wfkCJ3VTgQ==",
|
||||
"version": "1.8.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.8.0.tgz",
|
||||
"integrity": "sha512-MurWnytVVG9rOai0oAdcCsLODqj7P7Y9ndoAswHDk6hrlsWwiRMOsDS1kEyL7n2BM7lhgzZ+gz9OaOukqU1BhA==",
|
||||
"requires": {
|
||||
"ci-info": "2.0.0",
|
||||
"configstore": "^5.0.1",
|
||||
|
@ -10861,6 +10866,31 @@
|
|||
"tmp": "^0.2.1",
|
||||
"xdg-basedir": "^4.0.0"
|
||||
}
|
||||
},
|
||||
"gatsby-plugin-utils": {
|
||||
"version": "0.7.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-0.7.0.tgz",
|
||||
"integrity": "sha512-fClolFlWQvczukRQhLfdFtz9GXIehgf567HJbggC2oPkVT0NCwwNPAAjVq1CcmxQE8k/kcp7kxQVc86pVcWuzA==",
|
||||
"requires": {
|
||||
"joi": "^17.2.1"
|
||||
}
|
||||
},
|
||||
"sharp": {
|
||||
"version": "0.27.0",
|
||||
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.27.0.tgz",
|
||||
"integrity": "sha512-II+YBCW3JuVWQZdpTEA2IBjJcYXPuoKo3AUqYuW+FK9Um93v2gPE2ihICCsN5nHTUoP8WCjqA83c096e8n//Rw==",
|
||||
"requires": {
|
||||
"array-flatten": "^3.0.0",
|
||||
"color": "^3.1.3",
|
||||
"detect-libc": "^1.0.3",
|
||||
"node-addon-api": "^3.1.0",
|
||||
"npmlog": "^4.1.2",
|
||||
"prebuild-install": "^6.0.0",
|
||||
"semver": "^7.3.4",
|
||||
"simple-get": "^4.0.0",
|
||||
"tar-fs": "^2.1.1",
|
||||
"tunnel-agent": "^0.6.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"babel-plugin-i18next-extract": "^0.8.2",
|
||||
"gatsby": "^2.29.3",
|
||||
"gatsby-plugin-asset-path": "^3.0.2",
|
||||
"gatsby-plugin-manifest": "^2.9.1",
|
||||
"gatsby-plugin-manifest": "^2.10.0",
|
||||
"gatsby-plugin-offline": "^3.7.1",
|
||||
"gatsby-plugin-react-helmet": "^3.7.0",
|
||||
"gatsby-plugin-react-i18next": "0.0.27",
|
||||
|
|
Loading…
Add table
Reference in a new issue