From f5c0471f6a17a62808aa820af11a2d4e12e060a7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 16 Oct 2020 11:07:36 +0000 Subject: [PATCH] Bump gatsby-plugin-sitemap from 2.4.16 to 2.4.17 Bumps [gatsby-plugin-sitemap](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sitemap) from 2.4.16 to 2.4.17. - [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.17/packages/gatsby-plugin-sitemap) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 562217c..abf4c7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9587,9 +9587,9 @@ } }, "gatsby-plugin-sitemap": { - "version": "2.4.16", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-2.4.16.tgz", - "integrity": "sha512-aRA9SHGE0RC4Ymtk5Y76qB8RVOuq7JU0cRAp4b/ajrvk24MTbMNHX6RDlKtEXlAUPkfMJMMB+4G5OSq5tgq5Iw==", + "version": "2.4.17", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-2.4.17.tgz", + "integrity": "sha512-BMUCFjXoyE5p3P3mgcDSW+IwygSimjYW72qfPfcQt3tqcUG9jtYUHaWDONej+Rcc1EKnFl8A8wueDxpNlCVEzA==", "requires": { "@babel/runtime": "^7.11.2", "common-tags": "^1.8.0", @@ -9599,9 +9599,9 @@ }, "dependencies": { "@babel/runtime": { - "version": "7.11.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz", - "integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==", + "version": "7.12.1", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.1.tgz", + "integrity": "sha512-J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 9c2eabf..ca73ee9 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "gatsby-plugin-react-helmet": "^3.3.14", "gatsby-plugin-sass": "^2.3.16", "gatsby-plugin-sharp": "^2.6.42", - "gatsby-plugin-sitemap": "^2.4.16", + "gatsby-plugin-sitemap": "^2.4.17", "gatsby-plugin-styled-components": "^3.3.14", "gatsby-source-filesystem": "^2.3.34", "gatsby-source-youtube-v2": "^1.0.1",