Bump gatsby-plugin-manifest from 2.9.0 to 2.9.1

Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 2.9.0 to 2.9.1.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/gatsby-plugin-manifest@2.9.1/packages/gatsby-plugin-manifest/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@2.9.1/packages/gatsby-plugin-manifest)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-12-25 20:21:35 +00:00 committed by GitHub
parent 017f2df400
commit 62c5d6d67e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 5 deletions

24
package-lock.json generated
View file

@ -10453,15 +10453,31 @@
}
},
"gatsby-plugin-manifest": {
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.9.0.tgz",
"integrity": "sha512-bOXcix1ZfnwDY66NYmySYFGLCi09wq5Hsci1eWMhGwsFnRxI0X2pAzd3NoG6iosvYyuPnDovmAxgVWG0qcs7Lw==",
"version": "2.9.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.9.1.tgz",
"integrity": "sha512-SkZSAIjSp31VxstFg4y7xks9w8lxhcxjzKeChxnjeVYbAFWhgLEvo8fJ9aI3yXvFRKCX1+kj5QCaMbM9eq2pMA==",
"requires": {
"@babel/runtime": "^7.12.5",
"gatsby-core-utils": "^1.7.0",
"gatsby-core-utils": "^1.7.1",
"gatsby-plugin-utils": "^0.6.0",
"semver": "^7.3.2",
"sharp": "^0.26.3"
},
"dependencies": {
"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==",
"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": {

View file

@ -24,7 +24,7 @@
"babel-plugin-i18next-extract": "^0.8.2",
"gatsby": "^2.26.1",
"gatsby-plugin-asset-path": "^3.0.2",
"gatsby-plugin-manifest": "^2.9.0",
"gatsby-plugin-manifest": "^2.9.1",
"gatsby-plugin-offline": "^3.7.0",
"gatsby-plugin-react-helmet": "^3.7.0",
"gatsby-plugin-react-i18next": "0.0.27",