From bd0c634f118f0f816dc33da99ec1f04ee86b2460 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 17:00:31 +0000 Subject: [PATCH] [INFRA] dev - Bump gatsby-plugin-sitemap from 6.2.0 to 6.3.1 Bumps [gatsby-plugin-sitemap](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sitemap) from 6.2.0 to 6.3.1. - [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@6.3.1/packages/gatsby-plugin-sitemap) --- updated-dependencies: - dependency-name: gatsby-plugin-sitemap dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 54e953ed5..abe1ab487 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "gatsby-plugin-material-ui": "^4.1.0", "gatsby-plugin-mdx": "^5.3.1", "gatsby-plugin-robots-txt": "^1.8.0", - "gatsby-plugin-sitemap": "^6.2.0", + "gatsby-plugin-sitemap": "^6.3.1", "gatsby-plugin-styled-components": "^6.3.0", "gatsby-plugin-typescript": "^5.3.1", "gatsby-remark-responsive-iframe": "^6.3.0", @@ -12016,15 +12016,15 @@ } }, "node_modules/gatsby-plugin-sitemap": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-6.2.0.tgz", - "integrity": "sha512-uE4bjMppb+/ig6bLZT8PzoJTWs8pqZJu1aXuzahFF/7JZpTEgkIKszUaffukW2U5xHNEGn7aE9g+3mVHgp6+OQ==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-6.3.1.tgz", + "integrity": "sha512-/WYh3XgsOP/382vlgDtAafJBym6/dQmrD3tpA6nAlS3c97segMDESwfRb4+/ZoqdQ6qktOSD5OG7s56xARbd4g==", "dev": true, "dependencies": { "@babel/runtime": "^7.15.4", "common-tags": "^1.8.2", "minimatch": "^3.1.2", - "sitemap": "^7.0.0" + "sitemap": "^7.1.1" }, "engines": { "node": ">=18.0.0" @@ -34427,15 +34427,15 @@ } }, "gatsby-plugin-sitemap": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-6.2.0.tgz", - "integrity": "sha512-uE4bjMppb+/ig6bLZT8PzoJTWs8pqZJu1aXuzahFF/7JZpTEgkIKszUaffukW2U5xHNEGn7aE9g+3mVHgp6+OQ==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-6.3.1.tgz", + "integrity": "sha512-/WYh3XgsOP/382vlgDtAafJBym6/dQmrD3tpA6nAlS3c97segMDESwfRb4+/ZoqdQ6qktOSD5OG7s56xARbd4g==", "dev": true, "requires": { "@babel/runtime": "^7.15.4", "common-tags": "^1.8.2", "minimatch": "^3.1.2", - "sitemap": "^7.0.0" + "sitemap": "^7.1.1" } }, "gatsby-plugin-styled-components": { diff --git a/package.json b/package.json index c30545566..75c8d1455 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "gatsby-plugin-material-ui": "^4.1.0", "gatsby-plugin-mdx": "^5.3.1", "gatsby-plugin-robots-txt": "^1.8.0", - "gatsby-plugin-sitemap": "^6.2.0", + "gatsby-plugin-sitemap": "^6.3.1", "gatsby-plugin-styled-components": "^6.3.0", "gatsby-plugin-typescript": "^5.3.1", "gatsby-remark-responsive-iframe": "^6.3.0",