dependabot[bot]
2021-03-01 05:06:51 +00:00
parent 527f2d510f
commit b5dc6aabcf
2 changed files with 13 additions and 10 deletions

View File

@ -38,7 +38,7 @@
"gatsby-cli": "^2.19.1",
"gatsby-plugin-advanced-sitemap": "^1.6.0",
"gatsby-plugin-create-client-paths": "^2.10.0",
"gatsby-plugin-manifest": "^2.12.0",
"gatsby-plugin-manifest": "^2.12.1",
"gatsby-plugin-postcss": "^2.3.13",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
@ -12419,18 +12419,21 @@
}
},
"node_modules/gatsby-plugin-manifest": {
"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==",
"version": "2.12.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.12.1.tgz",
"integrity": "sha512-Kiom3IHQ+hsRA/yt+XcBdOn1q+Rqbso5Iw0mXQQg+F+8U23sU66NaJY67ZXUkW8iwU25SOrwZaSw49C8BV0EGw==",
"dependencies": {
"@babel/runtime": "^7.12.5",
"gatsby-core-utils": "^1.10.0",
"gatsby-core-utils": "^1.10.1",
"gatsby-plugin-utils": "^0.9.0",
"semver": "^7.3.2",
"sharp": "^0.27.0"
},
"engines": {
"node": ">=10.13.0"
},
"peerDependencies": {
"gatsby": "^2.25.0"
}
},
"node_modules/gatsby-plugin-manifest/node_modules/semver": {
@ -41377,12 +41380,12 @@
}
},
"gatsby-plugin-manifest": {
"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==",
"version": "2.12.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.12.1.tgz",
"integrity": "sha512-Kiom3IHQ+hsRA/yt+XcBdOn1q+Rqbso5Iw0mXQQg+F+8U23sU66NaJY67ZXUkW8iwU25SOrwZaSw49C8BV0EGw==",
"requires": {
"@babel/runtime": "^7.12.5",
"gatsby-core-utils": "^1.10.0",
"gatsby-core-utils": "^1.10.1",
"gatsby-plugin-utils": "^0.9.0",
"semver": "^7.3.2",
"sharp": "^0.27.0"

View File

@ -34,7 +34,7 @@
"gatsby-cli": "^2.19.1",
"gatsby-plugin-advanced-sitemap": "^1.6.0",
"gatsby-plugin-create-client-paths": "^2.10.0",
"gatsby-plugin-manifest": "^2.12.0",
"gatsby-plugin-manifest": "^2.12.1",
"gatsby-plugin-postcss": "^2.3.13",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",