From 1fdadb746786cc9921d668b4d6ffd5537ee94d50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 06:12:52 +0000 Subject: [PATCH] Bump gatsby-plugin-sitemap from 6.14.0 to 6.15.0 in /website Bumps [gatsby-plugin-sitemap](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sitemap) from 6.14.0 to 6.15.0. - [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.15.0/packages/gatsby-plugin-sitemap) --- updated-dependencies: - dependency-name: gatsby-plugin-sitemap dependency-version: 6.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- website/package.json | 2 +- website/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package.json b/website/package.json index 075f5bb76..e8d96676c 100644 --- a/website/package.json +++ b/website/package.json @@ -28,7 +28,7 @@ "gatsby-plugin-react-helmet": "^6.14.0", "gatsby-plugin-sass": "^6.14.0", "gatsby-plugin-sharp": "^5.14.0", - "gatsby-plugin-sitemap": "^6.14.0", + "gatsby-plugin-sitemap": "^6.15.0", "gatsby-source-filesystem": "^5.14.0", "gatsby-transformer-remark": "^6.14.0", "gatsby-transformer-sharp": "^5.14.0", diff --git a/website/yarn.lock b/website/yarn.lock index 421838714..d44d841cb 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -5716,10 +5716,10 @@ gatsby-plugin-sharp@^5.14.0: semver "^7.5.3" sharp "^0.32.6" -gatsby-plugin-sitemap@^6.14.0: - version "6.14.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-6.14.0.tgz#e7815fc454499409350b2d8af9a0910208da4884" - integrity sha512-pF7sv+4IdihiyMaQcXzxXrsA8XzbCwJuiDmHN8PvxrMa2v9FFwjhGXEX/dwJAOSDz98tauT7PRj8Ys4F2DfOTQ== +gatsby-plugin-sitemap@^6.15.0: + version "6.15.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-6.15.0.tgz#4b44d6c3b88c1b1149812bb0542832584149c860" + integrity sha512-T4gchKmWh9n3ld0AylXfyfr498IAwMawIHM9U4oC8twxpOb6AOtmitba3UvSykUK1/FBNEriJFVi+slQylUZvg== dependencies: "@babel/runtime" "^7.20.13" common-tags "^1.8.2"