From e5ad0ab7592a1132f8424b0e3369e273e125f9f6 Mon Sep 17 00:00:00 2001 From: "Nils P. Ellingsen" Date: Thu, 1 Aug 2024 17:11:09 +0200 Subject: [PATCH] Bump micromatch to 4.0.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cbe573e..bbf664b 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "debug": "^4.1.1", "find-cache-dir": "^3.3.1", "flat-cache": "^3.0.4", - "micromatch": "^4.0.2", + "micromatch": "^4.0.6", "react-docgen-typescript": "^2.2.2", "tslib": "^2.6.2" },