From 69c226458eb332d7cc8714b0e799ff0e4c3b12bd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 May 2024 14:38:28 +0000 Subject: [PATCH] fix: AhMyth-Server/app/node_modules/micromatch/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 --- AhMyth-Server/app/node_modules/micromatch/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AhMyth-Server/app/node_modules/micromatch/package.json b/AhMyth-Server/app/node_modules/micromatch/package.json index ec5c42a4..f4ef295b 100644 --- a/AhMyth-Server/app/node_modules/micromatch/package.json +++ b/AhMyth-Server/app/node_modules/micromatch/package.json @@ -57,7 +57,7 @@ "dependencies": { "arr-diff": "^2.0.0", "array-unique": "^0.2.1", - "braces": "^1.8.2", + "braces": "^3.0.3", "expand-brackets": "^0.1.4", "extglob": "^0.3.1", "filename-regex": "^2.0.0",