From 8df2c429e2e3121970abcfa978086b63b1a2a5df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Dec 2020 20:47:36 +0000 Subject: [PATCH] Bump gatsby-plugin-offline from 3.6.0 to 3.7.0 Bumps [gatsby-plugin-offline](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-offline) from 3.6.0 to 3.7.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@3.7.0/packages/gatsby-plugin-offline) Signed-off-by: dependabot[bot] --- package-lock.json | 22 ++++------------------ package.json | 2 +- 2 files changed, 5 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3757630..963999f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9318,13 +9318,13 @@ } }, "gatsby-plugin-offline": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.6.0.tgz", - "integrity": "sha512-/hadTgTkhi9V7m4bc1DX43Ny6V3FRKoFZgXSWYlcdELornxJYsAr9DdghRx8Twk10FPfVlLdmIjltQT0iuvQNA==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.7.0.tgz", + "integrity": "sha512-mhwR4E/59xUCRv9TrEJLf0l8yI/+o8NNtVfQllRsqj64mBlg6x2KGyWjdPea2W0ictd4gi6HnMT/cRa1brjKZQ==", "requires": { "@babel/runtime": "^7.12.5", "cheerio": "^1.0.0-rc.3", - "gatsby-core-utils": "^1.6.0", + "gatsby-core-utils": "^1.7.0", "glob": "^7.1.6", "idb-keyval": "^3.2.0", "lodash": "^4.17.20", @@ -9339,20 +9339,6 @@ "regenerator-runtime": "^0.13.4" } }, - "gatsby-core-utils": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.6.0.tgz", - "integrity": "sha512-jGaXDPbXOkP5Ct7pcOTsx0C0WTvIjSBVlHp0oBIv6rTw7DP498G9RAytqOT8z3uAf1PzWjAcUEMGNdicVucrxg==", - "requires": { - "ci-info": "2.0.0", - "configstore": "^5.0.1", - "fs-extra": "^8.1.0", - "node-object-hash": "^2.0.0", - "proper-lockfile": "^4.1.1", - "tmp": "^0.2.1", - "xdg-basedir": "^4.0.0" - } - }, "lodash": { "version": "4.17.20", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", diff --git a/package.json b/package.json index f407a30..0ea17d4 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "gatsby": "^2.29.1", "gatsby-image": "^2.5.0", "gatsby-plugin-manifest": "^2.9.0", - "gatsby-plugin-offline": "^3.6.0", + "gatsby-plugin-offline": "^3.7.0", "gatsby-plugin-react-helmet": "^3.6.0", "gatsby-plugin-sharp": "^2.11.1", "gatsby-plugin-sass": "^2.8.0",