From cf89baf42d811e2d122301c0c35114c235908f29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 14:58:33 +0000 Subject: [PATCH] build(deps): bump gatsby-plugin-sitemap from 6.12.1 to 6.12.2 Bumps [gatsby-plugin-sitemap](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sitemap) from 6.12.1 to 6.12.2. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sitemap/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@6.12.2/packages/gatsby-plugin-sitemap) --- updated-dependencies: - dependency-name: gatsby-plugin-sitemap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 982dcc3a3..8e29f4214 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "gatsby-plugin-react-svg": "^3.3.0", "gatsby-plugin-sass": "^6.12.1", "gatsby-plugin-sharp": "^5.12.1", - "gatsby-plugin-sitemap": "^6.12.1", + "gatsby-plugin-sitemap": "^6.12.2", "gatsby-remark-autolink-headers": "^6.12.1", "gatsby-remark-code-titles": "^1.1.0", "gatsby-remark-copy-linked-files": "^6.12.0", @@ -12959,9 +12959,9 @@ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" }, "node_modules/gatsby-plugin-sitemap": { - "version": "6.12.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-6.12.1.tgz", - "integrity": "sha512-rV0RGbkoiuPYe7znHxIyhBbD2Sb+OLoIKyHYD4+ufRgycefbwqIQTlc3QAR9PLiSD1eLtCpXeUsc9E/GJ3E/nA==", + "version": "6.12.2", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-6.12.2.tgz", + "integrity": "sha512-8Fq7HxEOGOImODcnSS1k63CFwQL3KqDAZJFmEytkgKnoknCTMdgc/NOeJaqk9+5Y2Gs618oIAhWu3qJwSdjj7w==", "dependencies": { "@babel/runtime": "^7.20.13", "common-tags": "^1.8.2", @@ -37066,9 +37066,9 @@ } }, "gatsby-plugin-sitemap": { - "version": "6.12.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-6.12.1.tgz", - "integrity": "sha512-rV0RGbkoiuPYe7znHxIyhBbD2Sb+OLoIKyHYD4+ufRgycefbwqIQTlc3QAR9PLiSD1eLtCpXeUsc9E/GJ3E/nA==", + "version": "6.12.2", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-6.12.2.tgz", + "integrity": "sha512-8Fq7HxEOGOImODcnSS1k63CFwQL3KqDAZJFmEytkgKnoknCTMdgc/NOeJaqk9+5Y2Gs618oIAhWu3qJwSdjj7w==", "requires": { "@babel/runtime": "^7.20.13", "common-tags": "^1.8.2", diff --git a/package.json b/package.json index 3c5f5c418..4c76d821d 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "gatsby-plugin-react-svg": "^3.3.0", "gatsby-plugin-sass": "^6.12.1", "gatsby-plugin-sharp": "^5.12.1", - "gatsby-plugin-sitemap": "^6.12.1", + "gatsby-plugin-sitemap": "^6.12.2", "gatsby-remark-autolink-headers": "^6.12.1", "gatsby-remark-code-titles": "^1.1.0", "gatsby-remark-copy-linked-files": "^6.12.0",