chore(deps): bump gatsby-plugin-manifest from 2.5.2 to 2.6.0 in /client

Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 2.5.2 to 2.6.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.6.0/packages/gatsby-plugin-manifest)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-11-16 07:55:06 +00:00
parent 6d30ad2341
commit 53f40b7f12
2 changed files with 11 additions and 17 deletions

View File

@ -12558,29 +12558,23 @@
}
},
"gatsby-plugin-manifest": {
"version": "2.5.2",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.5.2.tgz",
"integrity": "sha512-ULLpUbKMXu0wh6XV+GEqE3w7ggGrEKH3fubwiiE00oUNJGoyFfvS9xGSwPtpE6yO1Xg3m1AH5vajZxfL9dWQ+A==",
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.6.0.tgz",
"integrity": "sha512-asVUXSTgGc5WH3w2pUQ5qqn4ApU+be2ayEgSvK2pd88g+lZUfjMZznc3I1FedtvIFoBpDdR9/teECqbioeLRmQ==",
"requires": {
"@babel/runtime": "^7.11.2",
"gatsby-core-utils": "^1.3.24",
"gatsby-plugin-utils": "^0.2.40",
"gatsby-core-utils": "^1.4.0",
"gatsby-plugin-utils": "^0.3.0",
"semver": "^7.3.2",
"sharp": "^0.25.4"
},
"dependencies": {
"gatsby-core-utils": {
"version": "1.3.24",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.24.tgz",
"integrity": "sha512-SlK7rJv/8NBYC8FodYvTINamBHadXNSv//a2uRwh44N1GSSujuCMvtUcpEuAdg9BUQHc54NbbmFuoqf8p85kgA==",
"gatsby-plugin-utils": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-0.3.0.tgz",
"integrity": "sha512-z0FgEM/uU/7IgDYLaNHmUK0m09TJwYaaiefSrj7NWyavF8uEyOd+52qI9TsK2Exv4DYiQI/L7zsC28iKtPbW1g==",
"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"
"joi": "^17.2.1"
}
},
"semver": {

View File

@ -37,7 +37,7 @@
"gatsby-link": "^2.5.0",
"gatsby-plugin-advanced-sitemap": "^1.5.6",
"gatsby-plugin-create-client-paths": "^2.3.13",
"gatsby-plugin-manifest": "^2.5.2",
"gatsby-plugin-manifest": "^2.6.0",
"gatsby-plugin-postcss": "^2.3.13",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-remove-serviceworker": "^1.0.0",