mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-08 07:56:12 +02:00
chore(deps): bump gatsby-plugin-manifest to 2.4.6
This commit is contained in:
Generated
+19
-4
@@ -9385,14 +9385,29 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gatsby-plugin-manifest": {
|
"gatsby-plugin-manifest": {
|
||||||
"version": "2.4.2",
|
"version": "2.4.6",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.2.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.6.tgz",
|
||||||
"integrity": "sha512-G6MB1/Me4waG/z3Aj1GEqXCfY/yftyMLKp8g83uGvuBDtgLGN5unVgYqdmKAyBFQTvczsUghZ7jBrApHeaTn4w==",
|
"integrity": "sha512-dq/cWTrTbz2e5haMUKYyMpuG1HTkii3kfIsE4oqCO9B9W+e9SEeLBrP2fsYXmStjhanDL0WLTSvTGB7YWuosYQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/runtime": "^7.9.6",
|
"@babel/runtime": "^7.9.6",
|
||||||
"gatsby-core-utils": "^1.2.1",
|
"gatsby-core-utils": "^1.3.0",
|
||||||
"semver": "^5.7.1",
|
"semver": "^5.7.1",
|
||||||
"sharp": "^0.25.1"
|
"sharp": "^0.25.1"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"gatsby-core-utils": {
|
||||||
|
"version": "1.3.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.0.tgz",
|
||||||
|
"integrity": "sha512-7rgNCsqvChp00rL2rJrYNqXf47qP1G0K9Pm6iWuIYrZAdzT0q6rB9csNS5dZ8gzY9CnLT4cTcHVYbr5BjuT/Rg==",
|
||||||
|
"requires": {
|
||||||
|
"ci-info": "2.0.0",
|
||||||
|
"configstore": "^5.0.1",
|
||||||
|
"fs-extra": "^8.1.0",
|
||||||
|
"node-object-hash": "^2.0.0",
|
||||||
|
"proper-lockfile": "^4.1.1",
|
||||||
|
"xdg-basedir": "^4.0.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gatsby-plugin-page-creator": {
|
"gatsby-plugin-page-creator": {
|
||||||
|
|||||||
+1
-1
@@ -33,7 +33,7 @@
|
|||||||
"gatsby": "^2.22.1",
|
"gatsby": "^2.22.1",
|
||||||
"gatsby-plugin-anchor-links": "^1.1.1",
|
"gatsby-plugin-anchor-links": "^1.1.1",
|
||||||
"gatsby-plugin-layout": "^1.3.1",
|
"gatsby-plugin-layout": "^1.3.1",
|
||||||
"gatsby-plugin-manifest": "^2.4.2",
|
"gatsby-plugin-manifest": "^2.4.6",
|
||||||
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
|
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
|
||||||
"gatsby-plugin-react-helmet": "^3.3.1",
|
"gatsby-plugin-react-helmet": "^3.3.1",
|
||||||
"gatsby-plugin-react-svg": "^3.0.0",
|
"gatsby-plugin-react-svg": "^3.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user