From 8a2060fb1c6c985f4a41a44d33b872deef05722d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Jan 2026 05:46:09 +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 3e3db7d..87a99e8 100644 --- a/package.json +++ b/package.json @@ -8,10 +8,10 @@ }, "dependencies": { "bcrypt": "^3.0.6", - "body-parser": "^1.19.0", + "body-parser": "^1.20.4", "chai": "^4.2.0", "errorhandler": "^1.5.1", - "express": "^4.17.1", + "express": "^4.22.0", "express-rate-limit": "^4.0.4", "express-slow-down": "^1.3.1", "express-ws-routes": "^1.1.0",