From 999591edc12c3ddec33f86c96f7662ff6b36ba37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 23:28:02 +0300 Subject: [PATCH] build(deps): bump gatsby-plugin-sitemap from 5.4.0 to 5.6.0 in /docs (#2542) Bumps [gatsby-plugin-sitemap](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sitemap) from 5.4.0 to 5.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@5.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/package-lock.json | 14 +++++++------- docs/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index b97d6779..8b2e25cf 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.6.14", "gatsby-plugin-sharp": "^3.10.2", - "gatsby-plugin-sitemap": "^5.4.0", + "gatsby-plugin-sitemap": "^5.6.0", "gatsby-remark-autolink-headers": "^2.11.0", "gatsby-remark-copy-linked-files": "^5.4.0", "gatsby-remark-embedder": "^4.2.0", @@ -13177,9 +13177,9 @@ } }, "node_modules/gatsby-plugin-sitemap": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-5.4.0.tgz", - "integrity": "sha512-Zwbp9BLzhjkxHm5Vvu8Kf1U+okbdVM6M6YVs7pQl3FnOMLZZ8huXHJgRnsjSyEmxENsKeelUttONBcgh38zDLA==", + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-5.6.0.tgz", + "integrity": "sha512-38JTiv1gZNN39vMMRev7IcM+Xo7Ewxiyw9j4mfYTOnw+Y3pVKqXvWVCMwMm5RBt1QL/vS4SEfMLvzVWH8/Osog==", "dependencies": { "@babel/runtime": "^7.15.4", "common-tags": "^1.8.2", @@ -40374,9 +40374,9 @@ } }, "gatsby-plugin-sitemap": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-5.4.0.tgz", - "integrity": "sha512-Zwbp9BLzhjkxHm5Vvu8Kf1U+okbdVM6M6YVs7pQl3FnOMLZZ8huXHJgRnsjSyEmxENsKeelUttONBcgh38zDLA==", + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-5.6.0.tgz", + "integrity": "sha512-38JTiv1gZNN39vMMRev7IcM+Xo7Ewxiyw9j4mfYTOnw+Y3pVKqXvWVCMwMm5RBt1QL/vS4SEfMLvzVWH8/Osog==", "requires": { "@babel/runtime": "^7.15.4", "common-tags": "^1.8.2", diff --git a/docs/package.json b/docs/package.json index b930d1cc..606dff0c 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.6.14", "gatsby-plugin-sharp": "^3.10.2", - "gatsby-plugin-sitemap": "^5.4.0", + "gatsby-plugin-sitemap": "^5.6.0", "gatsby-remark-autolink-headers": "^2.11.0", "gatsby-remark-copy-linked-files": "^5.4.0", "gatsby-remark-embedder": "^4.2.0",