From 344404aa070a85bcdcf3427494f017d0406d1f8f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Dec 2025 17:06:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-14157151 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3dd55060f3..69bfba1aeb 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "connect-history-api-fallback": "^1.6.0", "debug": "^4.1.1", "del": "^4.1.1", - "express": "^4.17.1", + "express": "^4.22.0", "html-entities": "^1.2.1", "http-proxy-middleware": "0.19.1", "import-local": "^2.0.0",