From bdb360bc18500729d3b2599944f582ea845c3b21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 May 2023 06:51:05 -0400 Subject: Bump gatsby-plugin-offline from 6.8.0 to 6.9.0 (#155) Bumps [gatsby-plugin-offline](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-offline) from 6.8.0 to 6.9.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@6.9.0/packages/gatsby-plugin-offline) --- updated-dependencies: - dependency-name: gatsby-plugin-offline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index cc853fe..86d0ab2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "gatsby-plugin-html-attributes": "^1.0.5", "gatsby-plugin-image": "3.8.0", "gatsby-plugin-manifest": "5.9.0", - "gatsby-plugin-offline": "^6.8.0", + "gatsby-plugin-offline": "^6.9.0", "gatsby-plugin-sharp": "5.9.0", "gatsby-plugin-styled-components": "6.9.0", "gatsby-source-filesystem": "5.8.0", @@ -9110,13 +9110,13 @@ } }, "node_modules/gatsby-plugin-offline": { - "version": "6.8.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-6.8.0.tgz", - "integrity": "sha512-0VERfNIdqvlnnsNpQhxC7L4X8AdC7eaX7BnA2LvHIUVkebfu1nDqR0jou+9X0rcB6BjqzA4i9+SyE+loaZmtAA==", + "version": "6.9.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-6.9.0.tgz", + "integrity": "sha512-9NUMZMKikS7HsIvEkUaraNa6vNy4Nf+FtX7tlPgznhSWg7ehsfvvCMd1zpSc0KEIS6y7py+Rxxo0nU8xvjrCvg==", "dependencies": { "@babel/runtime": "^7.20.13", "cheerio": "^1.0.0-rc.10", - "gatsby-core-utils": "^4.8.0", + "gatsby-core-utils": "^4.9.0", "glob": "^7.2.3", "idb-keyval": "^3.2.0", "lodash": "^4.17.21", @@ -23602,13 +23602,13 @@ } }, "gatsby-plugin-offline": { - "version": "6.8.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-6.8.0.tgz", - "integrity": "sha512-0VERfNIdqvlnnsNpQhxC7L4X8AdC7eaX7BnA2LvHIUVkebfu1nDqR0jou+9X0rcB6BjqzA4i9+SyE+loaZmtAA==", + "version": "6.9.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-6.9.0.tgz", + "integrity": "sha512-9NUMZMKikS7HsIvEkUaraNa6vNy4Nf+FtX7tlPgznhSWg7ehsfvvCMd1zpSc0KEIS6y7py+Rxxo0nU8xvjrCvg==", "requires": { "@babel/runtime": "^7.20.13", "cheerio": "^1.0.0-rc.10", - "gatsby-core-utils": "^4.8.0", + "gatsby-core-utils": "^4.9.0", "glob": "^7.2.3", "idb-keyval": "^3.2.0", "lodash": "^4.17.21", diff --git a/package.json b/package.json index 24ba51c..76add12 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "gatsby-plugin-html-attributes": "^1.0.5", "gatsby-plugin-image": "3.8.0", "gatsby-plugin-manifest": "5.9.0", - "gatsby-plugin-offline": "^6.8.0", + "gatsby-plugin-offline": "^6.9.0", "gatsby-plugin-sharp": "5.9.0", "gatsby-plugin-styled-components": "6.9.0", "gatsby-source-filesystem": "5.8.0", -- cgit