diff --git a/package-lock.json b/package-lock.json index 3c21a927..bff6cd44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "gatsby-plugin-manifest": "^4.4.0", "gatsby-plugin-matomo": "^0.11.0", "gatsby-plugin-meta-redirect": "^1.1.1", - "gatsby-plugin-offline": "^5.3.0", + "gatsby-plugin-offline": "^5.4.0", "gatsby-plugin-react-helmet": "^5.4.0", "gatsby-plugin-sharp": "^4.3.0", "gatsby-plugin-sitemap": "^5.3.0", @@ -12525,13 +12525,13 @@ } }, "node_modules/gatsby-plugin-offline": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-5.3.0.tgz", - "integrity": "sha512-PQXmGGm4ZJ09cIlKcBBxFxZMtZfCSi7ovxPoGrwKKu8+Wim0ooqJMuZtn3NUwcBu2wM4Wn4bZqwJgrsirhcrag==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-5.4.0.tgz", + "integrity": "sha512-dxFRgsKmWovjH8m0HWHao9sdcXy4X0X9SPlZETHk54ARY/wrzxVg266fA+ZVI7RPpuODBcgWoXWHuTtplfghBw==", "dependencies": { "@babel/runtime": "^7.15.4", "cheerio": "^1.0.0-rc.10", - "gatsby-core-utils": "^3.3.0", + "gatsby-core-utils": "^3.4.0", "glob": "^7.2.0", "idb-keyval": "^3.2.0", "lodash": "^4.17.21", @@ -39155,13 +39155,13 @@ } }, "gatsby-plugin-offline": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-5.3.0.tgz", - "integrity": "sha512-PQXmGGm4ZJ09cIlKcBBxFxZMtZfCSi7ovxPoGrwKKu8+Wim0ooqJMuZtn3NUwcBu2wM4Wn4bZqwJgrsirhcrag==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-5.4.0.tgz", + "integrity": "sha512-dxFRgsKmWovjH8m0HWHao9sdcXy4X0X9SPlZETHk54ARY/wrzxVg266fA+ZVI7RPpuODBcgWoXWHuTtplfghBw==", "requires": { "@babel/runtime": "^7.15.4", "cheerio": "^1.0.0-rc.10", - "gatsby-core-utils": "^3.3.0", + "gatsby-core-utils": "^3.4.0", "glob": "^7.2.0", "idb-keyval": "^3.2.0", "lodash": "^4.17.21", diff --git a/package.json b/package.json index e94a0f85..bd2eb994 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "gatsby-plugin-manifest": "^4.4.0", "gatsby-plugin-matomo": "^0.11.0", "gatsby-plugin-meta-redirect": "^1.1.1", - "gatsby-plugin-offline": "^5.3.0", + "gatsby-plugin-offline": "^5.4.0", "gatsby-plugin-react-helmet": "^5.4.0", "gatsby-plugin-sharp": "^4.3.0", "gatsby-plugin-sitemap": "^5.3.0",