From 5c94acfda202fad58ffa7b9122f3f9b2ef424106 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 13 Oct 2020 16:40:52 +0000 Subject: [PATCH] Bump gatsby-plugin-sitemap from 2.4.12 to 2.4.16 Bumps [gatsby-plugin-sitemap](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sitemap) from 2.4.12 to 2.4.16. - [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.16/packages/gatsby-plugin-sitemap) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 17 +++++++++++++---- package.json | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 245d0e3..26da2bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9629,16 +9629,25 @@ } }, "gatsby-plugin-sitemap": { - "version": "2.4.12", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-2.4.12.tgz", - "integrity": "sha512-nQK3EyqECUpUcCoQr5ZCfGYPUCc+hI6tK+hvoqr4lkhMr0sjfXUvGkSlVarhMVLRNRe+e6Q39JFhVtsTXUp8Iw==", + "version": "2.4.16", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-2.4.16.tgz", + "integrity": "sha512-aRA9SHGE0RC4Ymtk5Y76qB8RVOuq7JU0cRAp4b/ajrvk24MTbMNHX6RDlKtEXlAUPkfMJMMB+4G5OSq5tgq5Iw==", "requires": { - "@babel/runtime": "^7.10.3", + "@babel/runtime": "^7.11.2", + "common-tags": "^1.8.0", "minimatch": "^3.0.4", "pify": "^3.0.0", "sitemap": "^1.13.0" }, "dependencies": { + "@babel/runtime": { + "version": "7.11.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz", + "integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, "pify": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", diff --git a/package.json b/package.json index e964811..a4502fe 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "gatsby-plugin-react-helmet": "^3.3.14", "gatsby-plugin-sass": "^2.3.14", "gatsby-plugin-sharp": "^2.6.42", - "gatsby-plugin-sitemap": "^2.4.12", + "gatsby-plugin-sitemap": "^2.4.16", "gatsby-plugin-styled-components": "^3.3.12", "gatsby-source-filesystem": "^2.3.34", "gatsby-source-youtube-v2": "^1.0.1",