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",