From a2e1e9b80b0769099f21491fe366f766b8552fe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Apr 2022 03:19:11 +0000 Subject: [PATCH] build(deps): bump gatsby-plugin-sitemap from 5.9.0 to 5.11.1 in /docs Bumps [gatsby-plugin-sitemap](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sitemap) from 5.9.0 to 5.11.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@5.11.1/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] --- docs/package-lock.json | 18 +++++++++--------- docs/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 12767be2d143..d6a65c571bff 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -28,7 +28,7 @@ "gatsby-plugin-react-svg": "^3.1.0", "gatsby-plugin-robots-txt": "^1.7.0", "gatsby-plugin-sharp": "^4.11.1", - "gatsby-plugin-sitemap": "^5.9.0", + "gatsby-plugin-sitemap": "^5.11.1", "gatsby-remark-autolink-headers": "^5.11.1", "gatsby-remark-copy-linked-files": "^5.11.0", "gatsby-remark-external-links": "^0.0.4", @@ -12938,9 +12938,9 @@ } }, "node_modules/gatsby-plugin-sitemap": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-5.9.0.tgz", - "integrity": "sha512-7ihuL0dy2ZenUcJvDcwyajAIf3roEwX/dyx43bOakxxo7tdcVWVuS3trQRQHfrDmLJ7i78hSYlXBLpxxZ4a+gg==", + "version": "5.11.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-5.11.1.tgz", + "integrity": "sha512-tt92KLUDS+eCrqSA5oYieDGjXLyUDXfYKEwLhYKXk7KlMMjporFJWVrc4Ba8WD04bUWVnzc2rqr19/zQI0ZIpQ==", "dependencies": { "@babel/runtime": "^7.15.4", "common-tags": "^1.8.2", @@ -12952,8 +12952,8 @@ }, "peerDependencies": { "gatsby": "^4.0.0-next", - "react": "^16.9.0 || ^17.0.0", - "react-dom": "^16.9.0 || ^17.0.0" + "react": "^16.9.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0" } }, "node_modules/gatsby-plugin-typescript": { @@ -35520,9 +35520,9 @@ } }, "gatsby-plugin-sitemap": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-5.9.0.tgz", - "integrity": "sha512-7ihuL0dy2ZenUcJvDcwyajAIf3roEwX/dyx43bOakxxo7tdcVWVuS3trQRQHfrDmLJ7i78hSYlXBLpxxZ4a+gg==", + "version": "5.11.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-5.11.1.tgz", + "integrity": "sha512-tt92KLUDS+eCrqSA5oYieDGjXLyUDXfYKEwLhYKXk7KlMMjporFJWVrc4Ba8WD04bUWVnzc2rqr19/zQI0ZIpQ==", "requires": { "@babel/runtime": "^7.15.4", "common-tags": "^1.8.2", diff --git a/docs/package.json b/docs/package.json index 90e361c8295f..af7c37bd08bc 100644 --- a/docs/package.json +++ b/docs/package.json @@ -25,7 +25,7 @@ "gatsby-plugin-react-svg": "^3.1.0", "gatsby-plugin-robots-txt": "^1.7.0", "gatsby-plugin-sharp": "^4.11.1", - "gatsby-plugin-sitemap": "^5.9.0", + "gatsby-plugin-sitemap": "^5.11.1", "gatsby-remark-autolink-headers": "^5.11.1", "gatsby-remark-copy-linked-files": "^5.11.0", "gatsby-remark-external-links": "^0.0.4",