From 358c7946b262efc0da1659c96ff277ce3fb7afa3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 May 2024 10:19:56 +0000 Subject: [PATCH] fix: AhMyth-Server/app/node_modules/liftoff/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/liftoff/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AhMyth-Server/app/node_modules/liftoff/package.json b/AhMyth-Server/app/node_modules/liftoff/package.json index 8b8d647d..1305d21e 100644 --- a/AhMyth-Server/app/node_modules/liftoff/package.json +++ b/AhMyth-Server/app/node_modules/liftoff/package.json @@ -55,7 +55,7 @@ }, "dependencies": { "extend": "^3.0.0", - "findup-sync": "^0.4.2", + "findup-sync": "^4.0.0", "fined": "^1.0.1", "flagged-respawn": "^0.3.2", "lodash.isplainobject": "^4.0.4",