From d2976ad2765559eb40051e9c8ef3f1f1719379d7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Feb 2024 00:47:41 +0000 Subject: [PATCH] fix: AhMyth-Server/app/node_modules/boom/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:hoek:20180212 --- AhMyth-Server/app/node_modules/boom/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AhMyth-Server/app/node_modules/boom/package.json b/AhMyth-Server/app/node_modules/boom/package.json index 7a1018df..bfa66d2b 100644 --- a/AhMyth-Server/app/node_modules/boom/package.json +++ b/AhMyth-Server/app/node_modules/boom/package.json @@ -47,7 +47,7 @@ "url": "https://github.com/hapijs/boom/issues" }, "dependencies": { - "hoek": "2.x.x" + "hoek": "6.1.3" }, "description": "HTTP-friendly error objects", "devDependencies": {