From 73feedef5f4344230ee81538cab3f2c595c3fa32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Apr 2022 16:23:18 +0100 Subject: [PATCH] Bump gatsby-plugin-offline from 5.11.1 to 5.12.1 (#876) Bumps [gatsby-plugin-offline](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-offline) from 5.11.1 to 5.12.1. - [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.12.1/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 7c8226d..86b4223 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "gatsby-plugin-image": "^2.12.1", "gatsby-plugin-manifest": "^4.11.1", "gatsby-plugin-matomo": "^0.13.0", - "gatsby-plugin-offline": "^5.11.1", + "gatsby-plugin-offline": "^5.12.1", "gatsby-plugin-react-helmet": "^5.11.0", "gatsby-plugin-sharp": "^4.12.1", "gatsby-plugin-sitemap": "^5.11.1", @@ -11778,13 +11778,13 @@ } }, "node_modules/gatsby-plugin-offline": { - "version": "5.11.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-5.11.1.tgz", - "integrity": "sha512-V03VnGIl3oqT6zaq7PYc+sAUZGpETbTH0Z3wKwA8xBk5abmkO+5Vti8kp9WW9Mly7b49vDjgMZ+Dn11FSBTiOg==", + "version": "5.12.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-5.12.1.tgz", + "integrity": "sha512-RFkq1QjqhaEIe/pKeXZ3rlSGXJWW0MP9JO7Wgh39TmzzlnbikHrFv9Bhgy1a4LTFUdIpl4j9hpj1P5rvIjkMyw==", "dependencies": { "@babel/runtime": "^7.15.4", "cheerio": "^1.0.0-rc.10", - "gatsby-core-utils": "^3.11.1", + "gatsby-core-utils": "^3.12.1", "glob": "^7.2.0", "idb-keyval": "^3.2.0", "lodash": "^4.17.21", @@ -34030,13 +34030,13 @@ "requires": {} }, "gatsby-plugin-offline": { - "version": "5.11.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-5.11.1.tgz", - "integrity": "sha512-V03VnGIl3oqT6zaq7PYc+sAUZGpETbTH0Z3wKwA8xBk5abmkO+5Vti8kp9WW9Mly7b49vDjgMZ+Dn11FSBTiOg==", + "version": "5.12.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-5.12.1.tgz", + "integrity": "sha512-RFkq1QjqhaEIe/pKeXZ3rlSGXJWW0MP9JO7Wgh39TmzzlnbikHrFv9Bhgy1a4LTFUdIpl4j9hpj1P5rvIjkMyw==", "requires": { "@babel/runtime": "^7.15.4", "cheerio": "^1.0.0-rc.10", - "gatsby-core-utils": "^3.11.1", + "gatsby-core-utils": "^3.12.1", "glob": "^7.2.0", "idb-keyval": "^3.2.0", "lodash": "^4.17.21", diff --git a/package.json b/package.json index bd63946..4f25e65 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "gatsby-plugin-image": "^2.12.1", "gatsby-plugin-manifest": "^4.11.1", "gatsby-plugin-matomo": "^0.13.0", - "gatsby-plugin-offline": "^5.11.1", + "gatsby-plugin-offline": "^5.12.1", "gatsby-plugin-react-helmet": "^5.11.0", "gatsby-plugin-sharp": "^4.12.1", "gatsby-plugin-sitemap": "^5.11.1",