From 3c934fcb3bfa8a67ece527a6782315da0a5d681f Mon Sep 17 00:00:00 2001 From: Liming Cheung <267123381+liming-cheung-nhs@users.noreply.github.com> Date: Mon, 27 Apr 2026 14:33:06 +0100 Subject: [PATCH] chore: picomatch 2.3.1 high vulnerability fix (#700) --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b019cce..036d1362 100644 --- a/package.json +++ b/package.json @@ -117,6 +117,12 @@ "overrides": { "jsdom": "^26.0.0", "glob": "^11.1.0", - "fast-xml-parser": "^5.3.6" + "fast-xml-parser": "^5.3.6", + "micromatch": { + "picomatch": "2.3.2" + }, + "anymatch": { + "picomatch": "2.3.2" + } } }