From 02374753283be8cc8eb0499a83b2581e7c7a4c2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 19:50:22 +0000 Subject: [PATCH] Bump gatsby-plugin-sitemap from 6.12.3 to 6.13.1 Bumps [gatsby-plugin-sitemap](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sitemap) from 6.12.3 to 6.13.1. - [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.13.1/packages/gatsby-plugin-sitemap) --- updated-dependencies: - dependency-name: gatsby-plugin-sitemap dependency-type: direct:production update-type: version-update:semver-minor ... 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 51e9d3b4..7bb0bd21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "gatsby-plugin-image": "^3.12.3", "gatsby-plugin-mdx": "^5.12.3", "gatsby-plugin-sharp": "^5.12.3", - "gatsby-plugin-sitemap": "^6.12.3", + "gatsby-plugin-sitemap": "^6.13.1", "gatsby-remark-copy-linked-files": "^6.12.0", "gatsby-remark-images": "^7.12.3", "gatsby-remark-relative-images-v2": "^0.1.5", @@ -10072,9 +10072,9 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/gatsby-plugin-sitemap": { - "version": "6.12.3", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-6.12.3.tgz", - "integrity": "sha512-D1ZAji/Tj630RPL/1eebzfihIWDArZz1xsV+9bR51UC2lYd3rApqGiGnAyT+Ou4VdL9vtIUtQ0GhhnpovoqXBg==", + "version": "6.13.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-6.13.1.tgz", + "integrity": "sha512-PuBcCjpwVj7NVW/GXFgmP2NLhM5FsFV618pVGCWnLSr0cPrtJsmPtLze1PMaq148EGUGnnctl/+7VLozheQ/CA==", "dependencies": { "@babel/runtime": "^7.20.13", "common-tags": "^1.8.2", diff --git a/package.json b/package.json index 1a594883..61baefb1 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "gatsby-plugin-image": "^3.12.3", "gatsby-plugin-mdx": "^5.12.3", "gatsby-plugin-sharp": "^5.12.3", - "gatsby-plugin-sitemap": "^6.12.3", + "gatsby-plugin-sitemap": "^6.13.1", "gatsby-remark-copy-linked-files": "^6.12.0", "gatsby-remark-images": "^7.12.3", "gatsby-remark-relative-images-v2": "^0.1.5",