From 933315e308140ed95443f857d375270ae79c874b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 19:48:32 +0000 Subject: [PATCH] Bump gatsby-plugin-sitemap from 5.7.0 to 5.9.0 (#649) Bumps [gatsby-plugin-sitemap](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sitemap) from 5.7.0 to 5.9.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.9.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> --- 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 ba42dbc3..0ec5e836 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "gatsby-plugin-offline": "^5.7.0", "gatsby-plugin-react-helmet": "^5.7.0", "gatsby-plugin-sharp": "^4.7.0", - "gatsby-plugin-sitemap": "^5.7.0", + "gatsby-plugin-sitemap": "^5.9.0", "gatsby-plugin-svgr": "^3.0.0-beta.0", "gatsby-redirect-from": "^0.4.3", "gatsby-remark-autolink-headers": "^5.7.0", @@ -12733,9 +12733,9 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/gatsby-plugin-sitemap": { - "version": "5.7.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-5.7.0.tgz", - "integrity": "sha512-53l+SXOHYp2Bt/8sK0DfLRjGq+K63qQGAPJksv1qC3soDNNe+TlKxmzM7JksACLzDVUkFVQYrvmS2RvMfivqeA==", + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-5.9.0.tgz", + "integrity": "sha512-7ihuL0dy2ZenUcJvDcwyajAIf3roEwX/dyx43bOakxxo7tdcVWVuS3trQRQHfrDmLJ7i78hSYlXBLpxxZ4a+gg==", "dependencies": { "@babel/runtime": "^7.15.4", "common-tags": "^1.8.2", @@ -38632,9 +38632,9 @@ } }, "gatsby-plugin-sitemap": { - "version": "5.7.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-5.7.0.tgz", - "integrity": "sha512-53l+SXOHYp2Bt/8sK0DfLRjGq+K63qQGAPJksv1qC3soDNNe+TlKxmzM7JksACLzDVUkFVQYrvmS2RvMfivqeA==", + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-5.9.0.tgz", + "integrity": "sha512-7ihuL0dy2ZenUcJvDcwyajAIf3roEwX/dyx43bOakxxo7tdcVWVuS3trQRQHfrDmLJ7i78hSYlXBLpxxZ4a+gg==", "requires": { "@babel/runtime": "^7.15.4", "common-tags": "^1.8.2", diff --git a/package.json b/package.json index 98022fa0..ef121d3e 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "gatsby-plugin-offline": "^5.7.0", "gatsby-plugin-react-helmet": "^5.7.0", "gatsby-plugin-sharp": "^4.7.0", - "gatsby-plugin-sitemap": "^5.7.0", + "gatsby-plugin-sitemap": "^5.9.0", "gatsby-plugin-svgr": "^3.0.0-beta.0", "gatsby-redirect-from": "^0.4.3", "gatsby-remark-autolink-headers": "^5.7.0",