From 9754e9e6f60ad7a8fe2d165c775afc4244c0a8e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 14:50:16 +0000 Subject: [PATCH] build(deps): bump gatsby-plugin-sitemap from 6.13.1 to 6.14.0 Bumps [gatsby-plugin-sitemap](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sitemap) from 6.13.1 to 6.14.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.14.0/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 | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a44a267fc..066a84a66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "gatsby-plugin-react-svg": "^3.3.0", "gatsby-plugin-sass": "^6.14.0", "gatsby-plugin-sharp": "^5.14.0", - "gatsby-plugin-sitemap": "^6.13.1", + "gatsby-plugin-sitemap": "^6.14.0", "gatsby-remark-autolink-headers": "^6.14.0", "gatsby-remark-code-titles": "^1.1.0", "gatsby-remark-copy-linked-files": "^6.14.0", @@ -14947,10 +14947,9 @@ } }, "node_modules/gatsby-plugin-sitemap": { - "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==", - "license": "MIT", + "version": "6.14.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-6.14.0.tgz", + "integrity": "sha512-pF7sv+4IdihiyMaQcXzxXrsA8XzbCwJuiDmHN8PvxrMa2v9FFwjhGXEX/dwJAOSDz98tauT7PRj8Ys4F2DfOTQ==", "dependencies": { "@babel/runtime": "^7.20.13", "common-tags": "^1.8.2", diff --git a/package.json b/package.json index fd583d447..05da96f8d 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "gatsby-plugin-react-svg": "^3.3.0", "gatsby-plugin-sass": "^6.14.0", "gatsby-plugin-sharp": "^5.14.0", - "gatsby-plugin-sitemap": "^6.13.1", + "gatsby-plugin-sitemap": "^6.14.0", "gatsby-remark-autolink-headers": "^6.14.0", "gatsby-remark-code-titles": "^1.1.0", "gatsby-remark-copy-linked-files": "^6.14.0",