From f30914503ba0dac916d8cd9d2a0283ecba249b86 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 31 Jan 2026 10:09:57 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5964ed3..652e11c 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "angular2-materialize": "^15.1.10", "babel-cli": "^6.26.0", "babel-preset-env": "^1.7.0", - "bcrypt": "^3.0.4", + "bcrypt": "^5.0.1", "blockchain-wallet-service": "^0.26.3", "blockchain.info": "^2.12.1", "body-parser": "^1.18.3", @@ -44,7 +44,7 @@ "morgan": "^1.9.1", "ng2-charts": "^2.0.0-beta.4", "node-cron": "^2.0.3", - "nodemon": "^1.18.10", + "nodemon": "^2.0.0", "pg": "^7.8.1", "pg-hstore": "^2.3.2", "rxjs": "~6.3.3",