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" + } } }