From 215871fdd7a96d46a831e8abcbf28026d9722d2d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Feb 2026 11:55:36 +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 b8c3359..34597f2 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "axios": "^0.21.3", - "bcrypt": "^5.0.1", + "bcrypt": "^6.0.0", "cors": "^2.8.5", "dotenv": "^8.6.0", "express": "^4.17.1",