diff --git a/package-lock.json b/package-lock.json index 9f6d2f6..65e54d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10703,17 +10703,33 @@ } }, "gatsby-plugin-offline": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.8.0.tgz", - "integrity": "sha512-kSNZ07XETuy1vMsLJ3yXt2tfDYyuKTW0ij+9sRbmIO5VMhgKGx6XzPBJMaU2pH7kjWi0X29zOmofGORYFgC9Xg==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.9.0.tgz", + "integrity": "sha512-sLxU+QMYq7QLte+/gRNm0vTRgil6VvbkxtEjf/e/oXpAkuy+Pm9IeaWKRtNfWcThpr2CjQbdkZpELLr8PZrCDw==", "requires": { "@babel/runtime": "^7.12.5", "cheerio": "^1.0.0-rc.3", - "gatsby-core-utils": "^1.8.0", + "gatsby-core-utils": "^1.9.0", "glob": "^7.1.6", "idb-keyval": "^3.2.0", "lodash": "^4.17.20", "workbox-build": "^4.3.1" + }, + "dependencies": { + "gatsby-core-utils": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.9.0.tgz", + "integrity": "sha512-AWq9E+rBY+fWJrhdOx0rn/LlZ0eCjpqLYlDcUmLZ5NjwLARgkEXNf4JsvDETLtThcNlSOibEMQex8arsYatmkA==", + "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-plugin-page-creator": { diff --git a/package.json b/package.json index 1b4aa8e..ee9babd 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "gatsby": "^2.31.1", "gatsby-plugin-asset-path": "^3.0.2", "gatsby-plugin-manifest": "^2.10.0", - "gatsby-plugin-offline": "^3.8.0", + "gatsby-plugin-offline": "^3.9.0", "gatsby-plugin-react-helmet": "^3.8.0", "gatsby-plugin-react-i18next": "0.0.27", "gatsby-plugin-robots-txt": "^1.5.5",