From 4060463afa620ad3d5517f1c02855540713204f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Feb 2021 21:38:32 +0000 Subject: [PATCH] Bump gatsby-plugin-sitemap from 2.11.0 to 2.12.0 Bumps [gatsby-plugin-sitemap](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sitemap) from 2.11.0 to 2.12.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.12.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 f564891..76dd080 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12764,9 +12764,9 @@ } }, "gatsby-plugin-sitemap": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-2.11.0.tgz", - "integrity": "sha512-W9LOdRhvYsc4Iq67UpXEe+R9FeITSNNpF+Xr5ej4mAqye76UE5kHkjyFLJBqfuwc1ANSsi6e3TKrdYoRV90P2w==", + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-2.12.0.tgz", + "integrity": "sha512-oY0SzFl7xDVfIp3f4dhsKuGknc6tLsZIdNWPB9jv3HEDIFpyohFjJ4tcH2rHG8Wm8ceW34XjgSW0fcyu/QQYxQ==", "requires": { "@babel/runtime": "^7.12.5", "common-tags": "^1.8.0", diff --git a/package.json b/package.json index c198aff..705eacc 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "gatsby-plugin-robots-txt": "^1.5.5", "gatsby-plugin-sass": "^2.8.0", "gatsby-plugin-sharp": "^2.14.1", - "gatsby-plugin-sitemap": "^2.11.0", + "gatsby-plugin-sitemap": "^2.12.0", "gatsby-source-filesystem": "^2.11.0", "gatsby-transformer-json": "^2.11.0", "gatsby-transformer-sharp": "^2.12.0",