From fa2db942361cde636d657f8241c9b2901fb1c8d4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Feb 2024 17:23:05 +0000 Subject: [PATCH] fix: AhMyth-Server/app/node_modules/hawk/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/hawk/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/AhMyth-Server/app/node_modules/hawk/package.json b/AhMyth-Server/app/node_modules/hawk/package.json index f70c71d8..d6167edf 100644 --- a/AhMyth-Server/app/node_modules/hawk/package.json +++ b/AhMyth-Server/app/node_modules/hawk/package.json @@ -53,10 +53,10 @@ }, "contributors": [], "dependencies": { - "boom": "2.x.x", - "cryptiles": "2.x.x", - "hoek": "2.x.x", - "sntp": "1.x.x" + "boom": "7.3.0", + "cryptiles": "4.1.3", + "hoek": "6.1.3", + "sntp": "3.0.2" }, "description": "HTTP Hawk Authentication Scheme", "devDependencies": {