From c857cdf0028714288f503586d087861f42494bbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 14:36:39 +0000 Subject: [PATCH] Bump gatsby-plugin-offline from 6.13.1 to 6.13.2 (#2775) Bumps [gatsby-plugin-offline](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-offline) from 6.13.1 to 6.13.2. - [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.13.2/packages/gatsby-plugin-offline) --- updated-dependencies: - dependency-name: gatsby-plugin-offline dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e81604b48..25cfb813d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "gatsby-plugin-local-search": "^2.0.1", "gatsby-plugin-manifest": "^5.13.1", "gatsby-plugin-mdx": "^5.13.1", - "gatsby-plugin-offline": "^6.13.1", + "gatsby-plugin-offline": "^6.13.2", "gatsby-plugin-react-i18next": "^3.0.1", "gatsby-plugin-react-svg": "^3.3.0", "gatsby-plugin-sass": "^6.13.1", @@ -13695,9 +13695,9 @@ } }, "node_modules/gatsby-plugin-offline": { - "version": "6.13.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-6.13.1.tgz", - "integrity": "sha512-dqwdRWK9k5CssOlQQYQEnySxJk0bn8B7Qq3F2vIPshoXEKKjbpt1y+wokmCj2Ru5+sZ6NnyGBqFJ5Su/8zT0yw==", + "version": "6.13.2", + "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-6.13.2.tgz", + "integrity": "sha512-wPi9MgNQVWlYn/HZrM3rWcTym7ld98+DMdZYO9hdGafBl4cfivdFBGsFbl9NIgvYDNq8an2z0xx90wxfeGKCyQ==", "dependencies": { "@babel/runtime": "^7.20.13", "cheerio": "^1.0.0-rc.10", diff --git a/package.json b/package.json index d45c5bd44..72f4020fc 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "gatsby-plugin-local-search": "^2.0.1", "gatsby-plugin-manifest": "^5.13.1", "gatsby-plugin-mdx": "^5.13.1", - "gatsby-plugin-offline": "^6.13.1", + "gatsby-plugin-offline": "^6.13.2", "gatsby-plugin-react-i18next": "^3.0.1", "gatsby-plugin-react-svg": "^3.3.0", "gatsby-plugin-sass": "^6.13.1",