From bcdd8bf7df8a4caf7304ae6c7987b1dc5003cf2a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Jan 2026 10:22:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e3db7d..d277b6c 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "test": "tests" }, "dependencies": { - "bcrypt": "^3.0.6", + "bcrypt": "^5.0.1", "body-parser": "^1.19.0", "chai": "^4.2.0", "errorhandler": "^1.5.1",