From 599abf27a8ac0e06e9dc30c53cb1e7fb121e14da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 13:34:08 +0000 Subject: [PATCH] Bump gatsby-plugin-sitemap from 5.11.1 to 5.12.1 Bumps [gatsby-plugin-sitemap](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sitemap) from 5.11.1 to 5.12.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.12.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] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index ec0a1e1..e8a143f 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "gatsby-plugin-remove-serviceworker": "^1.0.0", "gatsby-plugin-sharp": "^4.11.1", "gatsby-plugin-sass": "^5.12.1", - "gatsby-plugin-sitemap": "^5.11.1", + "gatsby-plugin-sitemap": "^5.12.1", "gatsby-plugin-typescript": "^4.6.0", "gatsby-source-filesystem": "^4.11.1", "gatsby-source-youtube-v3": "^3.0.2", diff --git a/yarn.lock b/yarn.lock index 3c9cdd5..e027d54 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6126,14 +6126,14 @@ gatsby-plugin-sharp@^4.11.1: svgo "1.3.2" uuid "3.4.0" -gatsby-plugin-sitemap@^5.11.1: - version "5.11.1" - resolved "https://registry.yarnpkg.com/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-5.11.1.tgz#863397fe9dd5aab89bda8db09ef9b877c960150e" - integrity sha512-tt92KLUDS+eCrqSA5oYieDGjXLyUDXfYKEwLhYKXk7KlMMjporFJWVrc4Ba8WD04bUWVnzc2rqr19/zQI0ZIpQ== +gatsby-plugin-sitemap@^5.12.1: + version "5.12.1" + resolved "https://registry.yarnpkg.com/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-5.12.1.tgz#782a926a558d31663d4a8e66b9466c86df278568" + integrity sha512-Njdx91OF4xiFqHSSA3Yrnzxm4qu4xHyrhkiwQniFncoIGMI6IXqk9aDoxo3E1jZDWGPsI/2gzdcd8dBNQq9juA== dependencies: "@babel/runtime" "^7.15.4" common-tags "^1.8.2" - minimatch "^3.0.4" + minimatch "^3.1.2" sitemap "^7.0.0" gatsby-plugin-typescript@^4.12.1, gatsby-plugin-typescript@^4.6.0: