Bump gatsby-plugin-offline from 5.4.0 to 5.6.0 in /packages/website
Bumps [gatsby-plugin-offline](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-offline) from 5.4.0 to 5.6.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@5.6.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
5137e76f87
commit
06cf6c5054
|
@ -19,7 +19,7 @@
|
||||||
"gatsby-plugin-image": "2.6.0",
|
"gatsby-plugin-image": "2.6.0",
|
||||||
"gatsby-plugin-manifest": "4.6.0",
|
"gatsby-plugin-manifest": "4.6.0",
|
||||||
"gatsby-plugin-matomo": "0.11.0",
|
"gatsby-plugin-matomo": "0.11.0",
|
||||||
"gatsby-plugin-offline": "5.4.0",
|
"gatsby-plugin-offline": "5.6.0",
|
||||||
"gatsby-plugin-postcss": "5.6.0",
|
"gatsby-plugin-postcss": "5.6.0",
|
||||||
"gatsby-plugin-purgecss": "6.1.0",
|
"gatsby-plugin-purgecss": "6.1.0",
|
||||||
"gatsby-plugin-react-helmet": "5.6.0",
|
"gatsby-plugin-react-helmet": "5.6.0",
|
||||||
|
|
|
@ -6132,14 +6132,14 @@ gatsby-plugin-matomo@0.11.0:
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-matomo/-/gatsby-plugin-matomo-0.11.0.tgz#2a4322df78045af0b3f44ba7b8c455d57b526f96"
|
resolved "https://registry.yarnpkg.com/gatsby-plugin-matomo/-/gatsby-plugin-matomo-0.11.0.tgz#2a4322df78045af0b3f44ba7b8c455d57b526f96"
|
||||||
integrity sha512-yvQFOGky3vyEEmmtopDvsrlnZ8htYrgHHD9CCvlFQ6DrGSL+Y01wkbJZBMpiGAiRt/GKh/8MGWcMfSAGoMQM9g==
|
integrity sha512-yvQFOGky3vyEEmmtopDvsrlnZ8htYrgHHD9CCvlFQ6DrGSL+Y01wkbJZBMpiGAiRt/GKh/8MGWcMfSAGoMQM9g==
|
||||||
|
|
||||||
gatsby-plugin-offline@5.4.0:
|
gatsby-plugin-offline@5.6.0:
|
||||||
version "5.4.0"
|
version "5.6.0"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-5.4.0.tgz#739ee0083111115e7b6d77bd73df7bb9fbab0056"
|
resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-5.6.0.tgz#d1d36140adf8b6cde45b48e1eb8146141b778ef6"
|
||||||
integrity sha512-dxFRgsKmWovjH8m0HWHao9sdcXy4X0X9SPlZETHk54ARY/wrzxVg266fA+ZVI7RPpuODBcgWoXWHuTtplfghBw==
|
integrity sha512-3ir3P9B6dZGotw4ISe/F3KBZ2zwZtOSQmtOBH6A+KtSlfh4Epyf1VDawiZzBv7QOpbrrjVyL8rs109cIBxlJbA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.15.4"
|
"@babel/runtime" "^7.15.4"
|
||||||
cheerio "^1.0.0-rc.10"
|
cheerio "^1.0.0-rc.10"
|
||||||
gatsby-core-utils "^3.4.0"
|
gatsby-core-utils "^3.6.0"
|
||||||
glob "^7.2.0"
|
glob "^7.2.0"
|
||||||
idb-keyval "^3.2.0"
|
idb-keyval "^3.2.0"
|
||||||
lodash "^4.17.21"
|
lodash "^4.17.21"
|
||||||
|
|
Reference in New Issue