From fceffff637e86588e8177ab587b47b636179692a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Sep 2021 20:45:39 +0200 Subject: [PATCH] Bump gatsby-plugin-offline from 4.12.0 to 4.13.0 (#647) Bumps [gatsby-plugin-offline](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-offline) from 4.12.0 to 4.13.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.13.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4dcbb26..3530437 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "gatsby-plugin-image": "^1.13.0", "gatsby-plugin-manifest": "^3.12.0", "gatsby-plugin-matomo": "^0.10.0", - "gatsby-plugin-offline": "^4.12.0", + "gatsby-plugin-offline": "^4.13.0", "gatsby-plugin-postcss": "^4.12.0", "gatsby-plugin-react-helmet": "^4.13.0", "gatsby-plugin-sharp": "^3.13.0", @@ -11750,13 +11750,13 @@ } }, "node_modules/gatsby-plugin-offline": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.12.0.tgz", - "integrity": "sha512-jhR6yRBAoc3Wmo3WTYP1LTzUSXlaJpZsnXR/NXpKo+u+CSctF7CUKIEYjQ8BDG0mO7G7IxvqA81Xrup5eMm6bw==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.13.0.tgz", + "integrity": "sha512-43EMQAOhhtwPF8zrXry9fF9ugjeehC56RaDj+9BDUApd/CvOHTqMY+8nqtwu1CfpemIPGVFZG8xVkAawLX4LxA==", "dependencies": { "@babel/runtime": "^7.14.8", "cheerio": "^1.0.0-rc.9", - "gatsby-core-utils": "^2.12.0", + "gatsby-core-utils": "^2.13.0", "glob": "^7.1.7", "idb-keyval": "^3.2.0", "lodash": "^4.17.21", @@ -41018,13 +41018,13 @@ "requires": {} }, "gatsby-plugin-offline": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.12.0.tgz", - "integrity": "sha512-jhR6yRBAoc3Wmo3WTYP1LTzUSXlaJpZsnXR/NXpKo+u+CSctF7CUKIEYjQ8BDG0mO7G7IxvqA81Xrup5eMm6bw==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.13.0.tgz", + "integrity": "sha512-43EMQAOhhtwPF8zrXry9fF9ugjeehC56RaDj+9BDUApd/CvOHTqMY+8nqtwu1CfpemIPGVFZG8xVkAawLX4LxA==", "requires": { "@babel/runtime": "^7.14.8", "cheerio": "^1.0.0-rc.9", - "gatsby-core-utils": "^2.12.0", + "gatsby-core-utils": "^2.13.0", "glob": "^7.1.7", "idb-keyval": "^3.2.0", "lodash": "^4.17.21", diff --git a/package.json b/package.json index 706dc3b..a182928 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "gatsby-plugin-image": "^1.13.0", "gatsby-plugin-manifest": "^3.12.0", "gatsby-plugin-matomo": "^0.10.0", - "gatsby-plugin-offline": "^4.12.0", + "gatsby-plugin-offline": "^4.13.0", "gatsby-plugin-postcss": "^4.12.0", "gatsby-plugin-react-helmet": "^4.13.0", "gatsby-plugin-sharp": "^3.13.0",