Merge pull request #1014 from SkynetLabs/dependabot/npm_and_yarn/packages/website/gatsby-plugin-manifest-3.10.0
Bump gatsby-plugin-manifest from 3.9.0 to 3.10.0 in /packages/website
This commit is contained in:
commit
d947131665
|
@ -22,7 +22,7 @@
|
||||||
"gatsby-background-image": "^1.5.3",
|
"gatsby-background-image": "^1.5.3",
|
||||||
"gatsby-image": "^3.10.0",
|
"gatsby-image": "^3.10.0",
|
||||||
"gatsby-plugin-image": "^1.10.1",
|
"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-matomo": "^0.10.0",
|
||||||
"gatsby-plugin-offline": "^4.10.0",
|
"gatsby-plugin-offline": "^4.10.0",
|
||||||
"gatsby-plugin-postcss": "^4.10.0",
|
"gatsby-plugin-postcss": "^4.10.0",
|
||||||
|
@ -11907,15 +11907,15 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/gatsby-plugin-manifest": {
|
"node_modules/gatsby-plugin-manifest": {
|
||||||
"version": "3.9.0",
|
"version": "3.10.0",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.9.0.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.10.0.tgz",
|
||||||
"integrity": "sha512-cRGsgvwtYLWLJUvbrl6uAWwv4ragPKGjPF7w9m5uRlpXh5zLguMqcgUVL9SfLMH2LJUyM7P5YyyiE/6tigOHqA==",
|
"integrity": "sha512-vx5bZDxEUYgXYXo4OqMJ+affCUi6mDhgT39Oppy1hBMkwYeNQKeiP8mJ77kRqlGUX44rsTJ4/bD2qvJgJLHaMQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.14.0",
|
"@babel/runtime": "^7.14.6",
|
||||||
"gatsby-core-utils": "^2.9.0",
|
"gatsby-core-utils": "^2.10.0",
|
||||||
"gatsby-plugin-utils": "^1.9.0",
|
"gatsby-plugin-utils": "^1.10.0",
|
||||||
"semver": "^7.3.5",
|
"semver": "^7.3.5",
|
||||||
"sharp": "^0.28.1"
|
"sharp": "^0.28.3"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12.13.0"
|
"node": ">=12.13.0"
|
||||||
|
@ -37506,15 +37506,15 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gatsby-plugin-manifest": {
|
"gatsby-plugin-manifest": {
|
||||||
"version": "3.9.0",
|
"version": "3.10.0",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.9.0.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.10.0.tgz",
|
||||||
"integrity": "sha512-cRGsgvwtYLWLJUvbrl6uAWwv4ragPKGjPF7w9m5uRlpXh5zLguMqcgUVL9SfLMH2LJUyM7P5YyyiE/6tigOHqA==",
|
"integrity": "sha512-vx5bZDxEUYgXYXo4OqMJ+affCUi6mDhgT39Oppy1hBMkwYeNQKeiP8mJ77kRqlGUX44rsTJ4/bD2qvJgJLHaMQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/runtime": "^7.14.0",
|
"@babel/runtime": "^7.14.6",
|
||||||
"gatsby-core-utils": "^2.9.0",
|
"gatsby-core-utils": "^2.10.0",
|
||||||
"gatsby-plugin-utils": "^1.9.0",
|
"gatsby-plugin-utils": "^1.10.0",
|
||||||
"semver": "^7.3.5",
|
"semver": "^7.3.5",
|
||||||
"sharp": "^0.28.1"
|
"sharp": "^0.28.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lru-cache": {
|
"lru-cache": {
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
"gatsby-background-image": "^1.5.3",
|
"gatsby-background-image": "^1.5.3",
|
||||||
"gatsby-image": "^3.10.0",
|
"gatsby-image": "^3.10.0",
|
||||||
"gatsby-plugin-image": "^1.10.1",
|
"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-matomo": "^0.10.0",
|
||||||
"gatsby-plugin-offline": "^4.10.0",
|
"gatsby-plugin-offline": "^4.10.0",
|
||||||
"gatsby-plugin-postcss": "^4.10.0",
|
"gatsby-plugin-postcss": "^4.10.0",
|
||||||
|
|
Reference in New Issue