From 7db62a559a1ab1225227b35f28ef0b71f0ef8c0b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Dec 2025 04:05:49 +0000 Subject: [PATCH] fix: result/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-14157151 --- result/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/result/package.json b/result/package.json index 53a37e57d8..edf682b4da 100644 --- a/result/package.json +++ b/result/package.json @@ -12,7 +12,7 @@ "async": "^3.1.0", "body-parser": "^1.19.0", "cookie-parser": "^1.4.4", - "express": "^4.17.1", + "express": "^4.22.0", "method-override": "^3.0.0", "pg": "^7.12.1", "socket.io": "^2.2.0",