From c97fa40540db5e8f7e5abdb9ea0dac3153c2e2a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 19:37:28 +0000 Subject: [PATCH] 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6c207e4e..a5f787f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "gatsby-plugin-image": "^3.12.1", "gatsby-plugin-mdx": "^5.12.1", "gatsby-plugin-sharp": "^5.12.1", - "gatsby-plugin-sitemap": "^6.12.1", + "gatsby-plugin-sitemap": "^6.12.2", "gatsby-remark-copy-linked-files": "^6.12.0", "gatsby-remark-images": "^7.12.1", "gatsby-remark-relative-images-v2": "^0.1.5", @@ -10095,9 +10095,9 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "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", diff --git a/package.json b/package.json index 76e7ccaf..c0899aba 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "gatsby-plugin-image": "^3.12.1", "gatsby-plugin-mdx": "^5.12.1", "gatsby-plugin-sharp": "^5.12.1", - "gatsby-plugin-sitemap": "^6.12.1", + "gatsby-plugin-sitemap": "^6.12.2", "gatsby-remark-copy-linked-files": "^6.12.0", "gatsby-remark-images": "^7.12.1", "gatsby-remark-relative-images-v2": "^0.1.5",