Bump gatsby-plugin-offline from 4.13.0 to 4.14.0 in /packages/website
Bumps [gatsby-plugin-offline](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-offline) from 4.13.0 to 4.14.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-offline/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@4.14.0/packages/gatsby-plugin-offline) --- updated-dependencies: - dependency-name: gatsby-plugin-offline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e8bae41f31
commit
462e33b161
|
@ -21,7 +21,7 @@
|
||||||
"gatsby-plugin-image": "^1.13.0",
|
"gatsby-plugin-image": "^1.13.0",
|
||||||
"gatsby-plugin-manifest": "^3.13.0",
|
"gatsby-plugin-manifest": "^3.13.0",
|
||||||
"gatsby-plugin-matomo": "^0.10.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-postcss": "^4.14.0",
|
||||||
"gatsby-plugin-purgecss": "^6.0.2",
|
"gatsby-plugin-purgecss": "^6.0.2",
|
||||||
"gatsby-plugin-react-helmet": "^4.14.0",
|
"gatsby-plugin-react-helmet": "^4.14.0",
|
||||||
|
|
|
@ -3878,7 +3878,7 @@ cheerio-select@^1.5.0:
|
||||||
domhandler "^4.2.0"
|
domhandler "^4.2.0"
|
||||||
domutils "^2.7.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"
|
version "1.0.0-rc.10"
|
||||||
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.10.tgz#2ba3dcdfcc26e7956fc1f440e61d51c643379f3e"
|
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.10.tgz#2ba3dcdfcc26e7956fc1f440e61d51c643379f3e"
|
||||||
integrity sha512-g0J0q/O6mW8z5zxQ3A8E8J1hUgp4SMOvEoW/x84OwyHKe/Zccz83PVT4y5Crcr530FV6NgmKI1qvGTKVl9XXVw==
|
integrity sha512-g0J0q/O6mW8z5zxQ3A8E8J1hUgp4SMOvEoW/x84OwyHKe/Zccz83PVT4y5Crcr530FV6NgmKI1qvGTKVl9XXVw==
|
||||||
|
@ -6469,14 +6469,14 @@ gatsby-plugin-matomo@^0.10.0:
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-matomo/-/gatsby-plugin-matomo-0.10.0.tgz#10290811a650c9b0b588d03068da4751bf79a489"
|
resolved "https://registry.yarnpkg.com/gatsby-plugin-matomo/-/gatsby-plugin-matomo-0.10.0.tgz#10290811a650c9b0b588d03068da4751bf79a489"
|
||||||
integrity sha512-ghtWLfs4tkanB6B6rMZPcH8y5F99GTV0hpupxDWkxk1RrCRyGEDhHJ6QpmDp62Tkkss1EfoXXPia8E3IV+qP9g==
|
integrity sha512-ghtWLfs4tkanB6B6rMZPcH8y5F99GTV0hpupxDWkxk1RrCRyGEDhHJ6QpmDp62Tkkss1EfoXXPia8E3IV+qP9g==
|
||||||
|
|
||||||
gatsby-plugin-offline@^4.13.0:
|
gatsby-plugin-offline@^4.14.0:
|
||||||
version "4.13.0"
|
version "4.14.0"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-4.13.0.tgz#561b2118a3cb594bae97a3b7617094fa4d13ada0"
|
resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-4.14.0.tgz#df2e6f17184a58e66a3ae693855dd91601479ffb"
|
||||||
integrity sha512-43EMQAOhhtwPF8zrXry9fF9ugjeehC56RaDj+9BDUApd/CvOHTqMY+8nqtwu1CfpemIPGVFZG8xVkAawLX4LxA==
|
integrity sha512-ac6Jl/xvQq0v+PF1ip3aUBdnarxLyfDenK//frxY00gcAv2QjaEG8H8SMLbbgdPWqSnpzfrc+U2rE9CvJpwO1A==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.14.8"
|
"@babel/runtime" "^7.15.4"
|
||||||
cheerio "^1.0.0-rc.9"
|
cheerio "^1.0.0-rc.10"
|
||||||
gatsby-core-utils "^2.13.0"
|
gatsby-core-utils "^2.14.0"
|
||||||
glob "^7.1.7"
|
glob "^7.1.7"
|
||||||
idb-keyval "^3.2.0"
|
idb-keyval "^3.2.0"
|
||||||
lodash "^4.17.21"
|
lodash "^4.17.21"
|
||||||
|
|
Reference in New Issue