From 8301b5efc7ea861fd268c3448746ea8bde118315 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2020 11:50:33 +0000 Subject: [PATCH] Bump gatsby-plugin-sitemap from 2.4.7 to 2.4.11 Bumps [gatsby-plugin-sitemap](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sitemap) from 2.4.7 to 2.4.11. - [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.11/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 cbb7e00..2a43577 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8567,9 +8567,9 @@ } }, "gatsby-plugin-sitemap": { - "version": "2.4.7", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-2.4.7.tgz", - "integrity": "sha512-1U3hcynH6RVwJXwgYZSc+Y7pDU71hqvnxX8Ir5JCEgOyvAZSUV9RyXVOUU6qM26C+kDXHSJhwT0EP765U7VEbw==", + "version": "2.4.11", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-2.4.11.tgz", + "integrity": "sha512-OX8Jry3t6iPqWoo/WDo0DTmaKuIPa0RDrd/fFeS5DYGyclpIVnAK1fr92X2222ZtdRwn6NLd5c+RpNrjxDvJDA==", "requires": { "@babel/runtime": "^7.10.3", "minimatch": "^3.0.4", diff --git a/package.json b/package.json index 1c6c06a..58244e6 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "gatsby-plugin-react-helmet": "^3.3.6", "gatsby-plugin-sass": "^2.3.7", "gatsby-plugin-sharp": "^2.6.14", - "gatsby-plugin-sitemap": "^2.4.7", + "gatsby-plugin-sitemap": "^2.4.11", "gatsby-plugin-styled-components": "^3.3.6", "gatsby-source-filesystem": "^2.3.18", "gatsby-source-youtube-v2": "^1.0.1",