From 28df81862050a9ef098ed6f146f81a580ff19d36 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Feb 2026 13:02:24 +0000 Subject: [PATCH] fix: parliament/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- parliament/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parliament/package.json b/parliament/package.json index b0259596f6..6e3528369b 100644 --- a/parliament/package.json +++ b/parliament/package.json @@ -18,7 +18,7 @@ "bundle:min": "node vueapp/build/build.js" }, "dependencies": { - "bcrypt": "^3.0.1", + "bcrypt": "^5.0.1", "jsonwebtoken": "^8.3.0", "notifme-sdk": "^1.7.1", "serve-favicon": "^2.5.0"