From 17aa3a690a4519947192658c2cf2f4d780fa1566 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 Jan 2026 08:47:51 +0000 Subject: [PATCH] fix: exapp/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- exapp/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exapp/package.json b/exapp/package.json index 8dcc9bc..59f63d4 100644 --- a/exapp/package.json +++ b/exapp/package.json @@ -6,11 +6,11 @@ "start": "nodejs ./bin/www" }, "dependencies": { - "express": "~4.17.3", + "express": "~4.22.0", "static-favicon": "~1.0.0", "morgan": "~1.0.0", "cookie-parser": "~1.0.1", - "body-parser": "~1.0.0", + "body-parser": "~1.20.4", "debug": "~2.6.9", "jade": "~1.3.0" }