From 657ce8597cc5e168e25737e9b38e8171a5c7fc04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 04:22:11 +0000 Subject: [PATCH] Bump gatsby-plugin-sitemap from 5.14.0 to 5.15.0 Bumps [gatsby-plugin-sitemap](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sitemap) from 5.14.0 to 5.15.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.15.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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ba771e3..f94eede 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "gatsby-plugin-remove-serviceworker": "^1.0.0", "gatsby-plugin-sharp": "^4.14.1", "gatsby-plugin-sass": "^5.14.0", - "gatsby-plugin-sitemap": "^5.14.0", + "gatsby-plugin-sitemap": "^5.15.0", "gatsby-plugin-typescript": "^4.6.0", "gatsby-source-filesystem": "^4.14.0", "gatsby-source-youtube-v3": "^3.0.2", diff --git a/yarn.lock b/yarn.lock index aa5fa35..a594706 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6710,10 +6710,10 @@ gatsby-plugin-sharp@^4.14.1: svgo "1.3.2" uuid "3.4.0" -gatsby-plugin-sitemap@^5.14.0: - version "5.14.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-5.14.0.tgz#62719d72e445b194ec6fe676688aac4ce4ca1de2" - integrity sha512-vY0mPlh+86+us4AE+oJbFyxY8j/DXaBvHryL1XPMdi0sFpabePCvHVw/+MdO2jzSFVwSixy5AEq2wtbeoXHR2Q== +gatsby-plugin-sitemap@^5.15.0: + version "5.15.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-5.15.0.tgz#6035eb3a80de90dda3356deea083653e483fef5f" + integrity sha512-2G7ooRqwOHe3zItd2WoOVEbqnFBXaQSQ2whxug3LAJr7PbZa33kukRQQcjK6v5IO5HidWAFpP9t1a5LOIeDpCw== dependencies: "@babel/runtime" "^7.15.4" common-tags "^1.8.2"