From 21152a243c0b399ee957e67d3ae812b181a73828 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 21 May 2020 05:32:59 +0000 Subject: [PATCH] Bump gatsby-plugin-sitemap from 2.4.2 to 2.4.3 Bumps [gatsby-plugin-sitemap](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sitemap) from 2.4.2 to 2.4.3. - [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.4.3/packages/gatsby-plugin-sitemap) Signed-off-by: dependabot-preview[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 1ce8049..b3eaa28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10602,9 +10602,9 @@ } }, "gatsby-plugin-sitemap": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-2.4.2.tgz", - "integrity": "sha512-xh9+ZSQ3WWqsieNyQqcaJPjlGj63Vx51KNpO18sukUKcrHUnvGbZ20uqgRqBv72bD2uGn19AzS39qme84MOHew==", + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-2.4.3.tgz", + "integrity": "sha512-XwtXRkUo1tFnr5PzwLlQqAD/Dbnrv0G9HjuUL24UhhCy0e5vqByohcewARUtySK0vSY1dr3msTO+UEKKuGWrFQ==", "requires": { "@babel/runtime": "^7.9.6", "minimatch": "^3.0.4", diff --git a/package.json b/package.json index 3472785..a87004c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "gatsby-plugin-postcss": "^2.3.1", "gatsby-plugin-react-helmet": "^3.3.1", "gatsby-plugin-sharp": "^2.6.6", - "gatsby-plugin-sitemap": "^2.4.2", + "gatsby-plugin-sitemap": "^2.4.3", "gatsby-plugin-svgr": "^2.0.2", "gatsby-plugin-use-dark-mode": "^1.1.2", "gatsby-plugin-webpack-size": "^1.0.0",