From 6e8668f63d9b51f3bc2e7f67ac3ce1632a07cad8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 05:18:16 +0000 Subject: [PATCH] Bump gatsby-plugin-sitemap from 4.3.1 to 4.6.0 Bumps [gatsby-plugin-sitemap](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sitemap) from 4.3.1 to 4.6.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@4.6.0/packages/gatsby-plugin-sitemap) --- updated-dependencies: - dependency-name: gatsby-plugin-sitemap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 27ed511..6301f10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2572,9 +2572,9 @@ } }, "@types/sax": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@types/sax/-/sax-1.2.1.tgz", - "integrity": "sha512-dqYdvN7Sbw8QT/0Ci5rhjE4/iCMJEM0Y9rHpCu+gGXD9Lwbz28t6HI2yegsB6BoV1sShRMU6lAmAcgRjmFy7LA==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@types/sax/-/sax-1.2.3.tgz", + "integrity": "sha512-+QSw6Tqvs/KQpZX8DvIl3hZSjNFLW/OqE5nlyHXtTwODaJvioN2rOWpBNEWZp2HZUFhOh+VohmJku/WxEXU2XA==", "requires": { "@types/node": "*" } @@ -9365,11 +9365,11 @@ } }, "gatsby-plugin-sitemap": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-4.3.1.tgz", - "integrity": "sha512-Qn1/FMEHpY2DbzJIFn9o3TZdUDN9n0YR6MhF8CZHUFdad+zKKcZmmPJRnyqszNCFQzamY0WFCk1cerk5CfdMRg==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-4.6.0.tgz", + "integrity": "sha512-DoBGmLR7fWmeB+NQTdDrELQU0zWJiGIF1Fy6k0Ujub7y7RwN5c67FjSDwWuOWJmMr5PC5oGJUWQANvgfAbGMgA==", "requires": { - "@babel/runtime": "^7.14.0", + "@babel/runtime": "^7.14.6", "common-tags": "^1.8.0", "minimatch": "^3.0.4", "sitemap": "^7.0.0" diff --git a/package.json b/package.json index dc9b741..8d545af 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "gatsby-plugin-google-analytics": "^3.7.1", "gatsby-plugin-offline": "^4.7.1", "gatsby-plugin-remove-trailing-slashes": "^3.7.1", - "gatsby-plugin-sitemap": "^4.3.1", + "gatsby-plugin-sitemap": "^4.6.0", "prop-types": "^15.7.2", "react": "^17.0.2", "react-dom": "^17.0.2",