From 3546126e42be06600e6199b04733bf605721d902 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Jan 2026 10:30: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 a2da22b1..380906fc 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "axios": "^0.21.1", "bcrypt": "^5.0.1", "bluebird": "^3.7.2", - "body-parser": "^1.19.0", + "body-parser": "^1.20.4", "bunyan": "^1.8.12", "change-case": "^4.1.2", "cors": "^2.8.5", @@ -49,7 +49,7 @@ "dotenv": "^8.2.0", "emailjs": "^3.4.0", "exceljs": "^4.2.1", - "express": "^4.17.1", + "express": "^4.22.0", "express-async-errors": "^3.1.1", "express-history-api-fallback": "^2.2.1", "fecha": "^4.2.1",