Bump gatsby-plugin-manifest from 3.9.0 to 3.10.0 in /packages/website
Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 3.9.0 to 3.10.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.10.0/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
026f5a9ed4
commit
e7458dfc07
|
@ -22,7 +22,7 @@
|
|||
"gatsby-background-image": "^1.5.3",
|
||||
"gatsby-image": "^3.10.0",
|
||||
"gatsby-plugin-image": "^1.10.1",
|
||||
"gatsby-plugin-manifest": "^3.9.0",
|
||||
"gatsby-plugin-manifest": "^3.10.0",
|
||||
"gatsby-plugin-matomo": "^0.10.0",
|
||||
"gatsby-plugin-offline": "^4.10.0",
|
||||
"gatsby-plugin-postcss": "^4.10.0",
|
||||
|
@ -11894,15 +11894,15 @@
|
|||
}
|
||||
},
|
||||
"node_modules/gatsby-plugin-manifest": {
|
||||
"version": "3.9.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.9.0.tgz",
|
||||
"integrity": "sha512-cRGsgvwtYLWLJUvbrl6uAWwv4ragPKGjPF7w9m5uRlpXh5zLguMqcgUVL9SfLMH2LJUyM7P5YyyiE/6tigOHqA==",
|
||||
"version": "3.10.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.10.0.tgz",
|
||||
"integrity": "sha512-vx5bZDxEUYgXYXo4OqMJ+affCUi6mDhgT39Oppy1hBMkwYeNQKeiP8mJ77kRqlGUX44rsTJ4/bD2qvJgJLHaMQ==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.14.0",
|
||||
"gatsby-core-utils": "^2.9.0",
|
||||
"gatsby-plugin-utils": "^1.9.0",
|
||||
"@babel/runtime": "^7.14.6",
|
||||
"gatsby-core-utils": "^2.10.0",
|
||||
"gatsby-plugin-utils": "^1.10.0",
|
||||
"semver": "^7.3.5",
|
||||
"sharp": "^0.28.1"
|
||||
"sharp": "^0.28.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.13.0"
|
||||
|
@ -37423,15 +37423,15 @@
|
|||
}
|
||||
},
|
||||
"gatsby-plugin-manifest": {
|
||||
"version": "3.9.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.9.0.tgz",
|
||||
"integrity": "sha512-cRGsgvwtYLWLJUvbrl6uAWwv4ragPKGjPF7w9m5uRlpXh5zLguMqcgUVL9SfLMH2LJUyM7P5YyyiE/6tigOHqA==",
|
||||
"version": "3.10.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.10.0.tgz",
|
||||
"integrity": "sha512-vx5bZDxEUYgXYXo4OqMJ+affCUi6mDhgT39Oppy1hBMkwYeNQKeiP8mJ77kRqlGUX44rsTJ4/bD2qvJgJLHaMQ==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.14.0",
|
||||
"gatsby-core-utils": "^2.9.0",
|
||||
"gatsby-plugin-utils": "^1.9.0",
|
||||
"@babel/runtime": "^7.14.6",
|
||||
"gatsby-core-utils": "^2.10.0",
|
||||
"gatsby-plugin-utils": "^1.10.0",
|
||||
"semver": "^7.3.5",
|
||||
"sharp": "^0.28.1"
|
||||
"sharp": "^0.28.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"lru-cache": {
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
"gatsby-background-image": "^1.5.3",
|
||||
"gatsby-image": "^3.10.0",
|
||||
"gatsby-plugin-image": "^1.10.1",
|
||||
"gatsby-plugin-manifest": "^3.9.0",
|
||||
"gatsby-plugin-manifest": "^3.10.0",
|
||||
"gatsby-plugin-matomo": "^0.10.0",
|
||||
"gatsby-plugin-offline": "^4.10.0",
|
||||
"gatsby-plugin-postcss": "^4.10.0",
|
||||
|
|
Reference in New Issue