From 58697ffb8c8727cad36463f479ef65f5f8ef8d2d Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 21 Jan 2023 20:05:42 +0000
Subject: [PATCH] build(deps): update dependency minimatch to v5.1.4 (#19963)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
 package.json | 2 +-
 yarn.lock    | 9 +--------
 2 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/package.json b/package.json
index b5ccaf7563..aa88c0e441 100644
--- a/package.json
+++ b/package.json
@@ -207,7 +207,7 @@
     "luxon": "3.2.1",
     "markdown-it": "13.0.1",
     "markdown-table": "2.0.0",
-    "minimatch": "5.1.3",
+    "minimatch": "5.1.4",
     "moo": "0.5.2",
     "nanoid": "3.3.4",
     "node-html-parser": "6.1.4",
diff --git a/yarn.lock b/yarn.lock
index f79f163950..fecdd89faa 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -7483,14 +7483,7 @@ minimatch@5.1.0:
   dependencies:
     brace-expansion "^2.0.1"
 
-minimatch@5.1.3:
-  version "5.1.3"
-  resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.3.tgz#10ae385b8cb023b634156a145fb365331b9aee5d"
-  integrity sha512-yR0LpRkZBFmItN6as1GnWLpkKQNb8bbOWqb1ndXXnCtk97W/DM+GWc25WmTmOaP6/Mk4L4pI082ukXkYwOrmUA==
-  dependencies:
-    brace-expansion "^2.0.1"
-
-minimatch@^5.0.1, minimatch@^5.1.0:
+minimatch@5.1.4, minimatch@^5.0.1, minimatch@^5.1.0:
   version "5.1.4"
   resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.4.tgz#4e2d39d872684e97b309a9104251c3f1aa4e9d1c"
   integrity sha512-U0iNYXt9wALljzfnGkhFSy5sAC6/SCR3JrHrlsdJz4kF8MvhTRQNiC59iUi1iqsitV7abrNAJWElVL9pdnoUgw==
-- 
GitLab