From ed8d93fde7f737036761fcb97dc016152f10080e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 19:59:52 +0000 Subject: [PATCH] fix: AhMyth-Server/app/node_modules/findup-sync/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 --- AhMyth-Server/app/node_modules/findup-sync/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AhMyth-Server/app/node_modules/findup-sync/package.json b/AhMyth-Server/app/node_modules/findup-sync/package.json index 715e7c4c..2dbe0f97 100644 --- a/AhMyth-Server/app/node_modules/findup-sync/package.json +++ b/AhMyth-Server/app/node_modules/findup-sync/package.json @@ -56,7 +56,7 @@ "dependencies": { "detect-file": "^0.1.0", "is-glob": "^2.0.1", - "micromatch": "^2.3.7", + "micromatch": "^3.0.0", "resolve-dir": "^0.1.0" }, "description": "Find the first file matching a given pattern in the current directory or the nearest ancestor directory.",