dependabot[bot]
2021-01-25 09:21:24 +00:00
parent 2eb9f48178
commit b48ec8adaa
2 changed files with 28 additions and 6 deletions

View File

@ -12082,13 +12082,13 @@
} }
}, },
"gatsby-plugin-manifest": { "gatsby-plugin-manifest": {
"version": "2.10.0", "version": "2.11.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.10.0.tgz", "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.11.0.tgz",
"integrity": "sha512-usX07buWEjQiuDzs++UJQd3tUkoB7nAPQvK99K1qskLzBSCSasSbymAEqF27LSs4Q6agysKxZA2QE68JWYMQWw==", "integrity": "sha512-FyKye5egB4nBggKPIx4XlwcXAZYi0e7UoHYTGQkeRtci1nzHC3Q1/GLFfMi9F6jpmJ1Z4S3A+yYshxSap4ySJQ==",
"requires": { "requires": {
"@babel/runtime": "^7.12.5", "@babel/runtime": "^7.12.5",
"gatsby-core-utils": "^1.8.0", "gatsby-core-utils": "^1.9.0",
"gatsby-plugin-utils": "^0.7.0", "gatsby-plugin-utils": "^0.8.0",
"semver": "^7.3.2", "semver": "^7.3.2",
"sharp": "^0.27.0" "sharp": "^0.27.0"
}, },
@ -12101,6 +12101,28 @@
"regenerator-runtime": "^0.13.4" "regenerator-runtime": "^0.13.4"
} }
}, },
"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-utils": {
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-0.8.0.tgz",
"integrity": "sha512-EQC1U7LQVHaI6jXMbx4ryvA8rV1yYrlyxwO2T4nuLUDOO1STUpKTYCH4ySOEtXi6f4P5v7NxgHkFoid6ayY9HA==",
"requires": {
"joi": "^17.2.1"
}
},
"semver": { "semver": {
"version": "7.3.4", "version": "7.3.4",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz", "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz",

View File

@ -34,7 +34,7 @@
"gatsby-cli": "^2.18.0", "gatsby-cli": "^2.18.0",
"gatsby-plugin-advanced-sitemap": "^1.5.7", "gatsby-plugin-advanced-sitemap": "^1.5.7",
"gatsby-plugin-create-client-paths": "^2.9.0", "gatsby-plugin-create-client-paths": "^2.9.0",
"gatsby-plugin-manifest": "^2.10.0", "gatsby-plugin-manifest": "^2.11.0",
"gatsby-plugin-postcss": "^2.3.13", "gatsby-plugin-postcss": "^2.3.13",
"gatsby-plugin-react-helmet": "^3.9.0", "gatsby-plugin-react-helmet": "^3.9.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0", "gatsby-plugin-remove-serviceworker": "^1.0.0",