From be9be060a0a2cd8fdb0cc732f208ec1acfc534cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jan 2021 04:14:23 +0000 Subject: [PATCH] Bump gatsby-plugin-sitemap from 2.9.0 to 2.10.0 Bumps [gatsby-plugin-sitemap](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sitemap) from 2.9.0 to 2.10.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@2.10.0/packages/gatsby-plugin-sitemap) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b9cf979..3806ee0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11217,9 +11217,9 @@ } }, "gatsby-plugin-sitemap": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-2.9.0.tgz", - "integrity": "sha512-D/Uw3AZhveK7HIiUBMQ1uUMhCouwzz9U/LtZZOa/OU3A/YiHgVkm9bhir8Fbtv46ojF/IfKjaNyOe5NGF/iCQQ==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-2.10.0.tgz", + "integrity": "sha512-5Q5KJ5xD8jSby0NkWtuSgjCZyVFh3ofqX9mKMUU89rh8TxbdvgoKuFdO560K3inNGqZJyjsr7/VF5Qj4amaFMw==", "requires": { "@babel/runtime": "^7.12.5", "common-tags": "^1.8.0", diff --git a/package.json b/package.json index d38ffa5..2dd906e 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "gatsby-plugin-robots-txt": "^1.5.5", "gatsby-plugin-sass": "^2.8.0", "gatsby-plugin-sharp": "^2.11.2", - "gatsby-plugin-sitemap": "^2.9.0", + "gatsby-plugin-sitemap": "^2.10.0", "gatsby-source-filesystem": "^2.8.1", "gatsby-transformer-json": "^2.8.0", "gatsby-transformer-sharp": "^2.9.0",