Merge pull request #1217 from SkynetLabs/dependabot/npm_and_yarn/packages/website/gatsby-plugin-offline-4.14.0
Bump gatsby-plugin-offline from 4.13.0 to 4.14.0 in /packages/website
This commit is contained in:
commit
e213633c44
|
@ -21,7 +21,7 @@
|
|||
"gatsby-plugin-image": "^1.14.0",
|
||||
"gatsby-plugin-manifest": "^3.13.0",
|
||||
"gatsby-plugin-matomo": "^0.10.0",
|
||||
"gatsby-plugin-offline": "^4.13.0",
|
||||
"gatsby-plugin-offline": "^4.14.0",
|
||||
"gatsby-plugin-postcss": "^4.14.0",
|
||||
"gatsby-plugin-purgecss": "^6.0.2",
|
||||
"gatsby-plugin-react-helmet": "^4.14.0",
|
||||
|
|
|
@ -3878,7 +3878,7 @@ cheerio-select@^1.5.0:
|
|||
domhandler "^4.2.0"
|
||||
domutils "^2.7.0"
|
||||
|
||||
cheerio@^1.0.0-rc.10, cheerio@^1.0.0-rc.9:
|
||||
cheerio@^1.0.0-rc.10:
|
||||
version "1.0.0-rc.10"
|
||||
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.10.tgz#2ba3dcdfcc26e7956fc1f440e61d51c643379f3e"
|
||||
integrity sha512-g0J0q/O6mW8z5zxQ3A8E8J1hUgp4SMOvEoW/x84OwyHKe/Zccz83PVT4y5Crcr530FV6NgmKI1qvGTKVl9XXVw==
|
||||
|
@ -6470,14 +6470,14 @@ gatsby-plugin-matomo@^0.10.0:
|
|||
resolved "https://registry.yarnpkg.com/gatsby-plugin-matomo/-/gatsby-plugin-matomo-0.10.0.tgz#10290811a650c9b0b588d03068da4751bf79a489"
|
||||
integrity sha512-ghtWLfs4tkanB6B6rMZPcH8y5F99GTV0hpupxDWkxk1RrCRyGEDhHJ6QpmDp62Tkkss1EfoXXPia8E3IV+qP9g==
|
||||
|
||||
gatsby-plugin-offline@^4.13.0:
|
||||
version "4.13.0"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-4.13.0.tgz#561b2118a3cb594bae97a3b7617094fa4d13ada0"
|
||||
integrity sha512-43EMQAOhhtwPF8zrXry9fF9ugjeehC56RaDj+9BDUApd/CvOHTqMY+8nqtwu1CfpemIPGVFZG8xVkAawLX4LxA==
|
||||
gatsby-plugin-offline@^4.14.0:
|
||||
version "4.14.0"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-4.14.0.tgz#df2e6f17184a58e66a3ae693855dd91601479ffb"
|
||||
integrity sha512-ac6Jl/xvQq0v+PF1ip3aUBdnarxLyfDenK//frxY00gcAv2QjaEG8H8SMLbbgdPWqSnpzfrc+U2rE9CvJpwO1A==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.14.8"
|
||||
cheerio "^1.0.0-rc.9"
|
||||
gatsby-core-utils "^2.13.0"
|
||||
"@babel/runtime" "^7.15.4"
|
||||
cheerio "^1.0.0-rc.10"
|
||||
gatsby-core-utils "^2.14.0"
|
||||
glob "^7.1.7"
|
||||
idb-keyval "^3.2.0"
|
||||
lodash "^4.17.21"
|
||||
|
|
Reference in New Issue