From 858a1d4a418e7d087a91842775ef2e84f75a369b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Jan 2026 10:30:37 +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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c3bdc5a..4841330 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "@types/es6-promise": "0.0.32", "babel-cli": "^6.22.2", "babel-preset-es2015": "^6.22.0", - "bcrypt": "^1.0.2", + "bcrypt": "^5.0.1", "body-parser": "^1.15.2", "debug": "^2.6.0", "express": "^4.14.0",