From d8ad443e7e35abf6aa3ecaea60dde1ff0b133f5f Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 27 Dec 2022 17:32:14 +0000
Subject: [PATCH] build(deps): update dependency minimatch to v5.1.2 (#19592)

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 f69bde96c5..a22c0efbac 100644
--- a/package.json
+++ b/package.json
@@ -206,7 +206,7 @@
     "markdown-it": "13.0.1",
     "markdown-table": "2.0.0",
     "marshal": "0.5.4",
-    "minimatch": "5.1.1",
+    "minimatch": "5.1.2",
     "moo": "0.5.2",
     "nanoid": "3.3.4",
     "node-html-parser": "6.1.4",
diff --git a/yarn.lock b/yarn.lock
index 65830787bd..5995afb10b 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -7304,14 +7304,7 @@ minimatch@5.1.0:
   dependencies:
     brace-expansion "^2.0.1"
 
-minimatch@5.1.1:
-  version "5.1.1"
-  resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.1.tgz#6c9dffcf9927ff2a31e74b5af11adf8b9604b022"
-  integrity sha512-362NP+zlprccbEt/SkxKfRMHnNY85V74mVnpUpNyr3F35covl09Kec7/sEFLt3RA4oXmewtoaanoIf67SE5Y5g==
-  dependencies:
-    brace-expansion "^2.0.1"
-
-minimatch@^5.0.1, minimatch@^5.1.0:
+minimatch@5.1.2, minimatch@^5.0.1, minimatch@^5.1.0:
   version "5.1.2"
   resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.2.tgz#0939d7d6f0898acbd1508abe534d1929368a8fff"
   integrity sha512-bNH9mmM9qsJ2X4r2Nat1B//1dJVcn3+iBLa3IgqJ7EbGaDNepL9QSHOxN4ng33s52VMMhhIfgCYDk3C4ZmlDAg==
-- 
GitLab