From 4e960cc2cb2485f8440a1ff0ad5aebea3fec87a0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 May 2025 06:17:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-TAR-6476909 - 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 8b98e17..d9780b9 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/haelmj/userTracker-backend#readme", "dependencies": { - "bcrypt": "5.0.1", + "bcrypt": "6.0.0", "body-parser": "1.19.1", "cors": "^2.8.5", "dotenv": "^14.3.2",