From 3169df68c5e902e2c867e346d8d2bc9ce5c7a3ba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Jan 2026 09:58:58 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 - https://snyk.io/vuln/SNYK-JS-TAR-15032660 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4032fd2..8835dd3 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "author": "", "license": "ISC", "dependencies": { - "bcrypt": "^3.0.7", + "bcrypt": "^5.0.1", "cors": "^2.8.5", "dotenv": "^8.2.0", "express": "^4.17.1",