diff --git a/package.json b/package.json
index 160189353a49285cb76651a49942da41e03ae079..e19d2bf0eadaf502bc8625d72569b84cdc8cc890 100644
--- a/package.json
+++ b/package.json
@@ -180,7 +180,7 @@
     "markdown-it": "12.3.2",
     "markdown-table": "2.0.0",
     "marshal": "0.5.3",
-    "minimatch": "3.1.2",
+    "minimatch": "5.0.1",
     "moo": "0.5.1",
     "nanoid": "3.3.2",
     "node-html-parser": "5.3.3",
diff --git a/yarn.lock b/yarn.lock
index 4999655ffb6083fd94e3f75be076ae9c3e9c25b6..f4ad14f4fcaec8acd28adc86c6724c09bb63e16d 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -6917,14 +6917,14 @@ minimalistic-assert@^1.0.0:
   resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
   integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
 
-"minimatch@2 || 3", minimatch@3.1.2, minimatch@^3.0.4:
+"minimatch@2 || 3", minimatch@^3.0.4:
   version "3.1.2"
   resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
   integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
   dependencies:
     brace-expansion "^1.1.7"
 
-minimatch@^5.0.1:
+minimatch@5.0.1, minimatch@^5.0.1:
   version "5.0.1"
   resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.0.1.tgz#fb9022f7528125187c92bd9e9b6366be1cf3415b"
   integrity sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==