Bump gatsby-plugin-manifest from 2.4.31 to 2.4.34

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-10-13 16:10:23 +00:00 committed by GitHub
parent 9b9adb3669
commit 16c6520a0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -9253,12 +9253,12 @@
}
},
"gatsby-plugin-manifest": {
"version": "2.4.31",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.31.tgz",
"integrity": "sha512-ZhyeYIWeyYnQfnw0OTVg4LDj1AECQwLbodTqTGOQCRWJADuigS4RRu7R0dpHW5EFD/iRphTDEEgOISisJiwJcg==",
"version": "2.4.34",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.34.tgz",
"integrity": "sha512-LTyhKVuTvORuDER1yAzdi8V/l82PgAGlLBJfxMDtJrGLg9BG83SghbLo64bSJv+9SrRnokn92/DRQteSwo7SkQ==",
"requires": {
"@babel/runtime": "^7.11.2",
"gatsby-core-utils": "^1.3.20",
"gatsby-core-utils": "^1.3.23",
"semver": "^7.3.2",
"sharp": "^0.25.4"
},
@ -9272,9 +9272,9 @@
}
},
"gatsby-core-utils": {
"version": "1.3.20",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.20.tgz",
"integrity": "sha512-tTry2Iz7QKfMEkYiqXOEbMhR96hpttkKeUCQAj7syC9tQwFGd1nkGlpbD4n8lBa22cXKLlL9J2edhDo1xwnfGQ==",
"version": "1.3.23",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.23.tgz",
"integrity": "sha512-H6n6dDeRZ22HAJaBUIt5YjB/BSaE8Jq+kayMUv/YzL1RL2yFZ5lqcLwIL1OE2vWk1mQjMUBZCRxLODU0q1i3bQ==",
"requires": {
"ci-info": "2.0.0",
"configstore": "^5.0.1",

View file

@ -8,7 +8,7 @@
"dotenv": "^8.2.0",
"gatsby": "^2.24.73",
"gatsby-image": "^2.4.20",
"gatsby-plugin-manifest": "^2.4.31",
"gatsby-plugin-manifest": "^2.4.34",
"gatsby-plugin-offline": "^3.2.29",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-sass": "^2.3.14",