From 174381bcafb60ec5b54baf1dced67687cee4182a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 Jan 2026 09:38:22 +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 dae5e558..34ed6136 100644 --- a/package.json +++ b/package.json @@ -21,11 +21,11 @@ "path": "^0.12.7" }, "dependencies": { - "body-parser": "~1.18.2", + "body-parser": "~1.20.4", "cookie-parser": "~1.4.3", "debug": "~2.6.9", "iso-639-3": "^1.0.1", - "express": "~4.16.0", + "express": "~4.22.0", "morgan": "~1.9.0", "mysql": "^2.15.0" }