From 9cb009a141f4ff50c9e3eaebc77d9d7808bd0c8c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 May 2024 16:54:00 +0000 Subject: [PATCH] fix: AhMyth-Server/app/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 --- AhMyth-Server/app/node_modules/anymatch/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AhMyth-Server/app/node_modules/anymatch/package.json b/AhMyth-Server/app/node_modules/anymatch/package.json index 946d0d18..d736db8a 100644 --- a/AhMyth-Server/app/node_modules/anymatch/package.json +++ b/AhMyth-Server/app/node_modules/anymatch/package.json @@ -52,7 +52,7 @@ }, "dependencies": { "arrify": "^1.0.0", - "micromatch": "^2.1.5" + "micromatch": "^4.0.6" }, "description": "Matches strings against configurable strings, globs, regular expressions, and/or functions", "devDependencies": {