Merge pull request #1016 from SkynetLabs/dependabot/npm_and_yarn/packages/website/gatsby-plugin-offline-4.10.0
Bump gatsby-plugin-offline from 4.9.0 to 4.10.0 in /packages/website
This commit is contained in:
commit
a51666d532
|
@ -24,7 +24,7 @@
|
||||||
"gatsby-plugin-image": "^1.10.1",
|
"gatsby-plugin-image": "^1.10.1",
|
||||||
"gatsby-plugin-manifest": "^3.9.0",
|
"gatsby-plugin-manifest": "^3.9.0",
|
||||||
"gatsby-plugin-matomo": "^0.10.0",
|
"gatsby-plugin-matomo": "^0.10.0",
|
||||||
"gatsby-plugin-offline": "^4.9.0",
|
"gatsby-plugin-offline": "^4.10.0",
|
||||||
"gatsby-plugin-postcss": "^4.10.0",
|
"gatsby-plugin-postcss": "^4.10.0",
|
||||||
"gatsby-plugin-purgecss": "^6.0.2",
|
"gatsby-plugin-purgecss": "^6.0.2",
|
||||||
"gatsby-plugin-react-helmet": "^4.9.0",
|
"gatsby-plugin-react-helmet": "^4.9.0",
|
||||||
|
@ -11952,13 +11952,13 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/gatsby-plugin-offline": {
|
"node_modules/gatsby-plugin-offline": {
|
||||||
"version": "4.9.0",
|
"version": "4.10.0",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.9.0.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.10.0.tgz",
|
||||||
"integrity": "sha512-gxmx6Sm7JWrZ2n1iLW1yNbL84vwmP5UF2fB9LU2p+RFEELMa2ivektLtEz7nqjCEG35WbfjD8FjCL+WirfYNRw==",
|
"integrity": "sha512-duJA8zTpokYGgSsOY7q0J0TsdyFLk3BWZN20/hUtji/B1S76F7ZK8/pVHGUHVP9Lhj8LLM8VkVO+yLqdBhRNkg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.14.0",
|
"@babel/runtime": "^7.14.6",
|
||||||
"cheerio": "^1.0.0-rc.9",
|
"cheerio": "^1.0.0-rc.9",
|
||||||
"gatsby-core-utils": "^2.9.0",
|
"gatsby-core-utils": "^2.10.0",
|
||||||
"glob": "^7.1.6",
|
"glob": "^7.1.6",
|
||||||
"idb-keyval": "^3.2.0",
|
"idb-keyval": "^3.2.0",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
|
@ -37464,13 +37464,13 @@
|
||||||
"requires": {}
|
"requires": {}
|
||||||
},
|
},
|
||||||
"gatsby-plugin-offline": {
|
"gatsby-plugin-offline": {
|
||||||
"version": "4.9.0",
|
"version": "4.10.0",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.9.0.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.10.0.tgz",
|
||||||
"integrity": "sha512-gxmx6Sm7JWrZ2n1iLW1yNbL84vwmP5UF2fB9LU2p+RFEELMa2ivektLtEz7nqjCEG35WbfjD8FjCL+WirfYNRw==",
|
"integrity": "sha512-duJA8zTpokYGgSsOY7q0J0TsdyFLk3BWZN20/hUtji/B1S76F7ZK8/pVHGUHVP9Lhj8LLM8VkVO+yLqdBhRNkg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/runtime": "^7.14.0",
|
"@babel/runtime": "^7.14.6",
|
||||||
"cheerio": "^1.0.0-rc.9",
|
"cheerio": "^1.0.0-rc.9",
|
||||||
"gatsby-core-utils": "^2.9.0",
|
"gatsby-core-utils": "^2.10.0",
|
||||||
"glob": "^7.1.6",
|
"glob": "^7.1.6",
|
||||||
"idb-keyval": "^3.2.0",
|
"idb-keyval": "^3.2.0",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
"gatsby-plugin-image": "^1.10.1",
|
"gatsby-plugin-image": "^1.10.1",
|
||||||
"gatsby-plugin-manifest": "^3.9.0",
|
"gatsby-plugin-manifest": "^3.9.0",
|
||||||
"gatsby-plugin-matomo": "^0.10.0",
|
"gatsby-plugin-matomo": "^0.10.0",
|
||||||
"gatsby-plugin-offline": "^4.9.0",
|
"gatsby-plugin-offline": "^4.10.0",
|
||||||
"gatsby-plugin-postcss": "^4.10.0",
|
"gatsby-plugin-postcss": "^4.10.0",
|
||||||
"gatsby-plugin-purgecss": "^6.0.2",
|
"gatsby-plugin-purgecss": "^6.0.2",
|
||||||
"gatsby-plugin-react-helmet": "^4.9.0",
|
"gatsby-plugin-react-helmet": "^4.9.0",
|
||||||
|
|
Reference in New Issue