From 1d4f8fe7362ffe1fbee50b91c4fc509e4901cb32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Nov 2020 04:29:37 +0000 Subject: [PATCH] Bump gatsby-plugin-offline from 3.3.2 to 3.3.3 Bumps [gatsby-plugin-offline](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-offline) from 3.3.2 to 3.3.3. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/gatsby-plugin-offline@3.3.3/packages/gatsby-plugin-offline/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@3.3.3/packages/gatsby-plugin-offline) Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++----------------- package.json | 2 +- 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index fe234bc..b997fce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8814,20 +8814,6 @@ } } }, - "gatsby-core-utils": { - "version": "1.3.23", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.23.tgz", - "integrity": "sha512-H6n6dDeRZ22HAJaBUIt5YjB/BSaE8Jq+kayMUv/YzL1RL2yFZ5lqcLwIL1OE2vWk1mQjMUBZCRxLODU0q1i3bQ==", - "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" - } - }, "gatsby-graphiql-explorer": { "version": "0.4.15", "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.4.15.tgz", @@ -9090,9 +9076,9 @@ } }, "gatsby-plugin-offline": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.3.2.tgz", - "integrity": "sha512-oW78R9ijWttJA+rTRND+eyWNlnfXaN3PdmjSIpgUVASjLdSJMYkoXp6xWOpXvj/ChzogAskdTxxJ3tkMHENziw==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.3.3.tgz", + "integrity": "sha512-z2rXsiBW/zGsRA78Vc6vzCtufk+fAjzAlnBtMUg+Xi0EUQnqyjih52CSousun0Eh8wAZgGGkFsvIIBfs1VU4YA==", "requires": { "@babel/runtime": "^7.11.2", "cheerio": "^1.0.0-rc.3", diff --git a/package.json b/package.json index 6e08f50..b303f02 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "gatsby": "^2.25.3", "gatsby-image": "^2.4.21", "gatsby-plugin-manifest": "^2.5.2", - "gatsby-plugin-offline": "^3.3.2", + "gatsby-plugin-offline": "^3.3.3", "gatsby-plugin-react-helmet": "^3.3.14", "gatsby-plugin-sharp": "^2.7.1", "gatsby-plugin-sass": "^2.4.2",