chore(deps): bump gatsby-plugin-manifest in /client
Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 2.12.0 to 2.12.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/gatsby-plugin-manifest@2.12.1/packages/gatsby-plugin-manifest/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@2.12.1/packages/gatsby-plugin-manifest) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
21
client/package-lock.json
generated
21
client/package-lock.json
generated
@ -38,7 +38,7 @@
|
||||
"gatsby-cli": "^2.19.1",
|
||||
"gatsby-plugin-advanced-sitemap": "^1.6.0",
|
||||
"gatsby-plugin-create-client-paths": "^2.10.0",
|
||||
"gatsby-plugin-manifest": "^2.12.0",
|
||||
"gatsby-plugin-manifest": "^2.12.1",
|
||||
"gatsby-plugin-postcss": "^2.3.13",
|
||||
"gatsby-plugin-react-helmet": "^3.10.0",
|
||||
"gatsby-plugin-remove-serviceworker": "^1.0.0",
|
||||
@ -12419,18 +12419,21 @@
|
||||
}
|
||||
},
|
||||
"node_modules/gatsby-plugin-manifest": {
|
||||
"version": "2.12.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.12.0.tgz",
|
||||
"integrity": "sha512-I+zkLQgR66n7kFfwEwOB2BEIIvCcO+jBUg5WNzKB9N8Hn20ebowU9G/wj01EcZ9A3N2qoe1yVeU+Lo0+kXR5pQ==",
|
||||
"version": "2.12.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.12.1.tgz",
|
||||
"integrity": "sha512-Kiom3IHQ+hsRA/yt+XcBdOn1q+Rqbso5Iw0mXQQg+F+8U23sU66NaJY67ZXUkW8iwU25SOrwZaSw49C8BV0EGw==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"gatsby-core-utils": "^1.10.0",
|
||||
"gatsby-core-utils": "^1.10.1",
|
||||
"gatsby-plugin-utils": "^0.9.0",
|
||||
"semver": "^7.3.2",
|
||||
"sharp": "^0.27.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"gatsby": "^2.25.0"
|
||||
}
|
||||
},
|
||||
"node_modules/gatsby-plugin-manifest/node_modules/semver": {
|
||||
@ -41377,12 +41380,12 @@
|
||||
}
|
||||
},
|
||||
"gatsby-plugin-manifest": {
|
||||
"version": "2.12.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.12.0.tgz",
|
||||
"integrity": "sha512-I+zkLQgR66n7kFfwEwOB2BEIIvCcO+jBUg5WNzKB9N8Hn20ebowU9G/wj01EcZ9A3N2qoe1yVeU+Lo0+kXR5pQ==",
|
||||
"version": "2.12.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.12.1.tgz",
|
||||
"integrity": "sha512-Kiom3IHQ+hsRA/yt+XcBdOn1q+Rqbso5Iw0mXQQg+F+8U23sU66NaJY67ZXUkW8iwU25SOrwZaSw49C8BV0EGw==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"gatsby-core-utils": "^1.10.0",
|
||||
"gatsby-core-utils": "^1.10.1",
|
||||
"gatsby-plugin-utils": "^0.9.0",
|
||||
"semver": "^7.3.2",
|
||||
"sharp": "^0.27.0"
|
||||
|
@ -34,7 +34,7 @@
|
||||
"gatsby-cli": "^2.19.1",
|
||||
"gatsby-plugin-advanced-sitemap": "^1.6.0",
|
||||
"gatsby-plugin-create-client-paths": "^2.10.0",
|
||||
"gatsby-plugin-manifest": "^2.12.0",
|
||||
"gatsby-plugin-manifest": "^2.12.1",
|
||||
"gatsby-plugin-postcss": "^2.3.13",
|
||||
"gatsby-plugin-react-helmet": "^3.10.0",
|
||||
"gatsby-plugin-remove-serviceworker": "^1.0.0",
|
||||
|
Reference in New Issue
Block a user