From 7395ee45bd7463430168088db7bba98e9e268eb0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 31 Jan 2026 10:44:13 +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 65b2bf1..c4ac8c9 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "babel-preset-es2015": "^6.24.1", "babel-preset-stage-1": "^6.24.1", "babel-runtime": "^6.26.0", - "bcrypt": "^1.0.3", + "bcrypt": "^5.0.1", "bluebird": "^3.5.1", "body-parser": "^1.18.2", "bodymen": "^1.0.3",