From 9f9f900324739f5d1d258b9c1c558a6255482f85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jul 2021 09:35:18 +0000 Subject: [PATCH] Bump gatsby-plugin-offline from 4.8.0 to 4.9.0 in /packages/website Bumps [gatsby-plugin-offline](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-offline) from 4.8.0 to 4.9.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.9.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] --- packages/website/package-lock.json | 18 +++++++++--------- packages/website/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/website/package-lock.json b/packages/website/package-lock.json index d1be3013..e36be6c8 100644 --- a/packages/website/package-lock.json +++ b/packages/website/package-lock.json @@ -24,7 +24,7 @@ "gatsby-plugin-image": "^1.8.0", "gatsby-plugin-manifest": "^3.9.0", "gatsby-plugin-matomo": "^0.10.0", - "gatsby-plugin-offline": "^4.8.0", + "gatsby-plugin-offline": "^4.9.0", "gatsby-plugin-postcss": "^4.9.0", "gatsby-plugin-purgecss": "^6.0.2", "gatsby-plugin-react-helmet": "^4.8.0", @@ -11963,13 +11963,13 @@ } }, "node_modules/gatsby-plugin-offline": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.8.0.tgz", - "integrity": "sha512-TYla0Z78fnDI8z0OXlD7gzyEeoX5cNOdNOojlmctCZutgUaPpXm6FVpm1OSvHt1ImU5rgZtQNp5fTT6DKJwneA==", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.9.0.tgz", + "integrity": "sha512-gxmx6Sm7JWrZ2n1iLW1yNbL84vwmP5UF2fB9LU2p+RFEELMa2ivektLtEz7nqjCEG35WbfjD8FjCL+WirfYNRw==", "dependencies": { "@babel/runtime": "^7.14.0", "cheerio": "^1.0.0-rc.9", - "gatsby-core-utils": "^2.8.0", + "gatsby-core-utils": "^2.9.0", "glob": "^7.1.6", "idb-keyval": "^3.2.0", "lodash": "^4.17.21", @@ -37494,13 +37494,13 @@ "requires": {} }, "gatsby-plugin-offline": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.8.0.tgz", - "integrity": "sha512-TYla0Z78fnDI8z0OXlD7gzyEeoX5cNOdNOojlmctCZutgUaPpXm6FVpm1OSvHt1ImU5rgZtQNp5fTT6DKJwneA==", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.9.0.tgz", + "integrity": "sha512-gxmx6Sm7JWrZ2n1iLW1yNbL84vwmP5UF2fB9LU2p+RFEELMa2ivektLtEz7nqjCEG35WbfjD8FjCL+WirfYNRw==", "requires": { "@babel/runtime": "^7.14.0", "cheerio": "^1.0.0-rc.9", - "gatsby-core-utils": "^2.8.0", + "gatsby-core-utils": "^2.9.0", "glob": "^7.1.6", "idb-keyval": "^3.2.0", "lodash": "^4.17.21", diff --git a/packages/website/package.json b/packages/website/package.json index d879d3a6..d549f348 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -21,7 +21,7 @@ "gatsby-plugin-image": "^1.8.0", "gatsby-plugin-manifest": "^3.9.0", "gatsby-plugin-matomo": "^0.10.0", - "gatsby-plugin-offline": "^4.8.0", + "gatsby-plugin-offline": "^4.9.0", "gatsby-plugin-postcss": "^4.9.0", "gatsby-plugin-purgecss": "^6.0.2", "gatsby-plugin-react-helmet": "^4.8.0",