From 3b01f67a69dadc095a6f62a37660049050efb869 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 Jan 2026 05:27:07 +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 9a7beb6..3a740d9 100644 --- a/package.json +++ b/package.json @@ -44,12 +44,12 @@ "dependencies": { "bcrypt": "^3.0.1", "bluebird": "^3.5.2", - "body-parser": "^1.18.3", + "body-parser": "^1.20.4", "bunyan": "^1.8.13", "cors": "^2.8.4", "dotenv": "^6.0.0", "emailjs": "^2.2.0", - "express": "^4.16.3", + "express": "^4.22.0", "express-async-errors": "^3.0.0", "express-history-api-fallback": "^2.2.1", "helmet": "^3.21.1",