Bump gatsby-plugin-manifest from 3.6.0 to 3.7.1 in /packages/website
Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 3.6.0 to 3.7.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/gatsby-plugin-manifest@3.7.1/packages/gatsby-plugin-manifest/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@3.7.1/packages/gatsby-plugin-manifest) --- updated-dependencies: - dependency-name: gatsby-plugin-manifest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
84654b13e9
commit
cac47c31a3
|
@ -22,7 +22,7 @@
|
|||
"gatsby-background-image": "^1.5.3",
|
||||
"gatsby-image": "^3.7.1",
|
||||
"gatsby-plugin-image": "^1.7.1",
|
||||
"gatsby-plugin-manifest": "^3.6.0",
|
||||
"gatsby-plugin-manifest": "^3.7.1",
|
||||
"gatsby-plugin-matomo": "^0.10.0",
|
||||
"gatsby-plugin-offline": "^4.7.1",
|
||||
"gatsby-plugin-postcss": "^4.6.0",
|
||||
|
@ -11850,13 +11850,13 @@
|
|||
}
|
||||
},
|
||||
"node_modules/gatsby-plugin-manifest": {
|
||||
"version": "3.6.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.6.0.tgz",
|
||||
"integrity": "sha512-3+w4yitx47fEQ5kI9bvPxM1EcCGaRGVlCzugPcy1vYc9uaw0+KwiXFnX9Fx3WxGqTScMikparHAuM2xsIWOLhw==",
|
||||
"version": "3.7.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.7.1.tgz",
|
||||
"integrity": "sha512-STYtL7QZlKmGcXza+qxtIr8A5HS+0TzBy+qRDlOCFIYnxVTWKgg4m45/G7rQrUc1Ws4C5Km+J0zZFrGlpN5b7Q==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"gatsby-core-utils": "^2.6.0",
|
||||
"gatsby-plugin-utils": "^1.6.0",
|
||||
"@babel/runtime": "^7.14.0",
|
||||
"gatsby-core-utils": "^2.7.1",
|
||||
"gatsby-plugin-utils": "^1.7.1",
|
||||
"semver": "^7.3.5",
|
||||
"sharp": "^0.28.1"
|
||||
},
|
||||
|
@ -37571,13 +37571,13 @@
|
|||
}
|
||||
},
|
||||
"gatsby-plugin-manifest": {
|
||||
"version": "3.6.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.6.0.tgz",
|
||||
"integrity": "sha512-3+w4yitx47fEQ5kI9bvPxM1EcCGaRGVlCzugPcy1vYc9uaw0+KwiXFnX9Fx3WxGqTScMikparHAuM2xsIWOLhw==",
|
||||
"version": "3.7.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.7.1.tgz",
|
||||
"integrity": "sha512-STYtL7QZlKmGcXza+qxtIr8A5HS+0TzBy+qRDlOCFIYnxVTWKgg4m45/G7rQrUc1Ws4C5Km+J0zZFrGlpN5b7Q==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"gatsby-core-utils": "^2.6.0",
|
||||
"gatsby-plugin-utils": "^1.6.0",
|
||||
"@babel/runtime": "^7.14.0",
|
||||
"gatsby-core-utils": "^2.7.1",
|
||||
"gatsby-plugin-utils": "^1.7.1",
|
||||
"semver": "^7.3.5",
|
||||
"sharp": "^0.28.1"
|
||||
},
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
"gatsby-background-image": "^1.5.3",
|
||||
"gatsby-image": "^3.7.1",
|
||||
"gatsby-plugin-image": "^1.7.1",
|
||||
"gatsby-plugin-manifest": "^3.6.0",
|
||||
"gatsby-plugin-manifest": "^3.7.1",
|
||||
"gatsby-plugin-matomo": "^0.10.0",
|
||||
"gatsby-plugin-offline": "^4.7.1",
|
||||
"gatsby-plugin-postcss": "^4.6.0",
|
||||
|
|
Reference in New Issue