From b5c980a739bfc044f7beeeae7ebdcb5712930be3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 08:51:46 +0200 Subject: [PATCH] fix(deps): update dependency minimatch to ^3.1.2 for gatsby-plugin-sitemap (#35288) Co-authored-by: Renovate Bot --- packages/gatsby-plugin-sitemap/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-sitemap/package.json b/packages/gatsby-plugin-sitemap/package.json index 2c1d1c96e98dc..009de49b088f9 100644 --- a/packages/gatsby-plugin-sitemap/package.json +++ b/packages/gatsby-plugin-sitemap/package.json @@ -12,7 +12,7 @@ "dependencies": { "@babel/runtime": "^7.15.4", "common-tags": "^1.8.2", - "minimatch": "^3.0.4", + "minimatch": "^3.1.2", "sitemap": "^7.0.0" }, "devDependencies": {