Merge pull request #801 from SkynetLabs/dependabot/npm_and_yarn/packages/website/gatsby-plugin-offline-4.6.0
Bump gatsby-plugin-offline from 4.4.0 to 4.6.0 in /packages/website
This commit is contained in:
commit
2c141ec77c
|
@ -24,7 +24,7 @@
|
|||
"gatsby-plugin-image": "^1.4.1",
|
||||
"gatsby-plugin-manifest": "^3.6.0",
|
||||
"gatsby-plugin-matomo": "^0.9.0",
|
||||
"gatsby-plugin-offline": "^4.4.0",
|
||||
"gatsby-plugin-offline": "^4.6.0",
|
||||
"gatsby-plugin-postcss": "^4.4.0",
|
||||
"gatsby-plugin-purgecss": "^6.0.0",
|
||||
"gatsby-plugin-react-helmet": "^4.4.0",
|
||||
|
@ -11720,13 +11720,13 @@
|
|||
}
|
||||
},
|
||||
"node_modules/gatsby-plugin-offline": {
|
||||
"version": "4.4.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.4.0.tgz",
|
||||
"integrity": "sha512-o3acFK6RnTMCGU5r/i2aVbuF9jXIhFOVp3Gs6iDKVvMVelb5Bl1uPA2tCRZ9WLz+bEfFmmktJC3bBzXwjO226w==",
|
||||
"version": "4.6.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.6.0.tgz",
|
||||
"integrity": "sha512-NEhO7jONqQXVhLssaHsfnu9Qeix9ncIEDGsGoDg4XcxmP0yHgLhXC7aUpAuodmZhx6+4UtiCAAkyZQqMDjOCZA==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"cheerio": "^1.0.0-rc.3",
|
||||
"gatsby-core-utils": "^2.4.0",
|
||||
"cheerio": "^1.0.0-rc.9",
|
||||
"gatsby-core-utils": "^2.6.0",
|
||||
"glob": "^7.1.6",
|
||||
"idb-keyval": "^3.2.0",
|
||||
"lodash": "^4.17.21",
|
||||
|
@ -37789,13 +37789,13 @@
|
|||
"requires": {}
|
||||
},
|
||||
"gatsby-plugin-offline": {
|
||||
"version": "4.4.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.4.0.tgz",
|
||||
"integrity": "sha512-o3acFK6RnTMCGU5r/i2aVbuF9jXIhFOVp3Gs6iDKVvMVelb5Bl1uPA2tCRZ9WLz+bEfFmmktJC3bBzXwjO226w==",
|
||||
"version": "4.6.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.6.0.tgz",
|
||||
"integrity": "sha512-NEhO7jONqQXVhLssaHsfnu9Qeix9ncIEDGsGoDg4XcxmP0yHgLhXC7aUpAuodmZhx6+4UtiCAAkyZQqMDjOCZA==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"cheerio": "^1.0.0-rc.3",
|
||||
"gatsby-core-utils": "^2.4.0",
|
||||
"cheerio": "^1.0.0-rc.9",
|
||||
"gatsby-core-utils": "^2.6.0",
|
||||
"glob": "^7.1.6",
|
||||
"idb-keyval": "^3.2.0",
|
||||
"lodash": "^4.17.21",
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"gatsby-plugin-image": "^1.4.1",
|
||||
"gatsby-plugin-manifest": "^3.6.0",
|
||||
"gatsby-plugin-matomo": "^0.9.0",
|
||||
"gatsby-plugin-offline": "^4.4.0",
|
||||
"gatsby-plugin-offline": "^4.6.0",
|
||||
"gatsby-plugin-postcss": "^4.4.0",
|
||||
"gatsby-plugin-purgecss": "^6.0.0",
|
||||
"gatsby-plugin-react-helmet": "^4.4.0",
|
||||
|
|
Reference in New Issue