From d5b2a242c7fad409bd85c04d8a10698139491829 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:39:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 044f826..57f4d17 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "dependencies": { "basic-auth": "^2.0.0", - "bcrypt": "^1.0.3", + "bcrypt": "^5.0.1", "body-parser": "~1.18.2", "config": "^1.30.0", "connect-mongo": "^2.0.1",