From 87b4779a226347dde4fdd9a28e96159eef6fae83 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Jan 2026 10:31:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5964ed3..2339501 100644 --- a/package.json +++ b/package.json @@ -30,13 +30,13 @@ "bcrypt": "^3.0.4", "blockchain-wallet-service": "^0.26.3", "blockchain.info": "^2.12.1", - "body-parser": "^1.18.3", + "body-parser": "^1.20.4", "chart.js": "^2.7.3", "core-js": "^2.5.4", "cors": "^2.8.5", "coveralls": "^3.0.3", "dotenv": "^6.2.0", - "express": "^4.16.4", + "express": "^4.22.0", "hammerjs": "^2.0.8", "jquery": "^2.2.4", "jsonwebtoken": "^8.5.0",