From ab1bb4b6b269cd58dee502cadab2874c34223cf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 14:56:02 +0000 Subject: [PATCH] build(deps): bump gatsby-plugin-offline from 6.13.3 to 6.14.0 (#3216) Bumps [gatsby-plugin-offline](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-offline) from 6.13.3 to 6.14.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.14.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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2e294f2ed..5ee3ca9c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "gatsby-plugin-local-search": "^2.0.1", "gatsby-plugin-manifest": "^5.14.0", "gatsby-plugin-mdx": "^5.14.0", - "gatsby-plugin-offline": "^6.13.3", + "gatsby-plugin-offline": "^6.14.0", "gatsby-plugin-react-i18next": "^3.0.1", "gatsby-plugin-react-svg": "^3.3.0", "gatsby-plugin-sass": "^6.14.0", @@ -14784,13 +14784,13 @@ } }, "node_modules/gatsby-plugin-offline": { - "version": "6.13.3", - "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-6.13.3.tgz", - "integrity": "sha512-muFxKkEtXEfa8UaoLurfR9EgvqNhmuvhB4Ri1LIzFiyjlfSmwyVZRJjkN0M0q5zjZy/u+PBzazX0k5CatLFI7A==", + "version": "6.14.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-6.14.0.tgz", + "integrity": "sha512-uvQhwZ1HhPZoLJDYdZ+OTWsz/QRz3hNqF+QVhihPRZ9jjgXsPAqKGTgrWM0Btaf6DiNImz10PTo1/SRsp0UDgQ==", "dependencies": { "@babel/runtime": "^7.20.13", "cheerio": "1.0.0-rc.12", - "gatsby-core-utils": "^4.13.1", + "gatsby-core-utils": "^4.14.0", "glob": "^7.2.3", "idb-keyval": "^3.2.0", "lodash": "^4.17.21", diff --git a/package.json b/package.json index d4efd5beb..19254b44d 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "gatsby-plugin-local-search": "^2.0.1", "gatsby-plugin-manifest": "^5.14.0", "gatsby-plugin-mdx": "^5.14.0", - "gatsby-plugin-offline": "^6.13.3", + "gatsby-plugin-offline": "^6.14.0", "gatsby-plugin-react-i18next": "^3.0.1", "gatsby-plugin-react-svg": "^3.3.0", "gatsby-plugin-sass": "^6.14.0",