Bump gatsby-plugin-manifest from 3.5.0 to 3.6.0 (#566)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-05-31 12:38:09 +02:00 committed by GitHub
parent 27cba247a4
commit c889230167
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

22
package-lock.json generated
View File

@ -14,7 +14,7 @@
"file-saver": "^2.0.5",
"gatsby": "^3.6.1",
"gatsby-plugin-image": "^1.5.0",
"gatsby-plugin-manifest": "^3.5.0",
"gatsby-plugin-manifest": "^3.6.0",
"gatsby-plugin-matomo": "^0.10.0",
"gatsby-plugin-offline": "^4.5.1",
"gatsby-plugin-postcss": "^4.5.0",
@ -12331,13 +12331,13 @@
}
},
"node_modules/gatsby-plugin-manifest": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.5.0.tgz",
"integrity": "sha512-NtkjK9H0Vz3GkRj+UQM1xC0mKcaVcBsVL1odqnivN6S8erlgYJksf0WM4RnHIu2qlc1waNR8rqkLLrO9KBaDbA==",
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.6.0.tgz",
"integrity": "sha512-3+w4yitx47fEQ5kI9bvPxM1EcCGaRGVlCzugPcy1vYc9uaw0+KwiXFnX9Fx3WxGqTScMikparHAuM2xsIWOLhw==",
"dependencies": {
"@babel/runtime": "^7.12.5",
"gatsby-core-utils": "^2.5.0",
"gatsby-plugin-utils": "^1.5.0",
"gatsby-core-utils": "^2.6.0",
"gatsby-plugin-utils": "^1.6.0",
"semver": "^7.3.5",
"sharp": "^0.28.1"
},
@ -43747,13 +43747,13 @@
}
},
"gatsby-plugin-manifest": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.5.0.tgz",
"integrity": "sha512-NtkjK9H0Vz3GkRj+UQM1xC0mKcaVcBsVL1odqnivN6S8erlgYJksf0WM4RnHIu2qlc1waNR8rqkLLrO9KBaDbA==",
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.6.0.tgz",
"integrity": "sha512-3+w4yitx47fEQ5kI9bvPxM1EcCGaRGVlCzugPcy1vYc9uaw0+KwiXFnX9Fx3WxGqTScMikparHAuM2xsIWOLhw==",
"requires": {
"@babel/runtime": "^7.12.5",
"gatsby-core-utils": "^2.5.0",
"gatsby-plugin-utils": "^1.5.0",
"gatsby-core-utils": "^2.6.0",
"gatsby-plugin-utils": "^1.6.0",
"semver": "^7.3.5",
"sharp": "^0.28.1"
},

View File

@ -25,7 +25,7 @@
"file-saver": "^2.0.5",
"gatsby": "^3.6.1",
"gatsby-plugin-image": "^1.5.0",
"gatsby-plugin-manifest": "^3.5.0",
"gatsby-plugin-manifest": "^3.6.0",
"gatsby-plugin-matomo": "^0.10.0",
"gatsby-plugin-offline": "^4.5.1",
"gatsby-plugin-postcss": "^4.5.0",