From aa1d772d919b921412633d5210e1efb149a83098 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 May 2024 08:29:42 +0000 Subject: [PATCH] fix: node_modules/anymatch/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- node_modules/anymatch/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/anymatch/package.json b/node_modules/anymatch/package.json index fdbafd76..d97766ed 100644 --- a/node_modules/anymatch/package.json +++ b/node_modules/anymatch/package.json @@ -36,7 +36,7 @@ "test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls" }, "dependencies": { - "micromatch": "^3.1.4", + "micromatch": "^4.0.6", "normalize-path": "^2.1.1" }, "devDependencies": {