From d05257cf0c2b0ce2c6e5c85f15a464f54490235f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Mar 2024 14:55:27 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-6474509 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b148086fc8c3..9ccc3d218201 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "csurf": "^1.11.0", "dayjs": "^1.10.7", "dotenv": "^10.0.0", - "express": "^4.17.1", + "express": "^4.19.2", "express-rate-limit": "^5.5.1", "express-timeout-handler": "^2.2.2", "flat": "^5.0.2",