From 95f4c23dc844d4b959a2ab194aed98ce1a5565a1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Mar 2024 18:06:28 +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 0dd6e1a9cf95..40164bba1842 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "csurf": "^1.11.0", "dayjs": "^1.10.7", "dotenv": "^10.0.0", - "express": "^4.17.2", + "express": "^4.19.2", "express-rate-limit": "^6.0.4", "express-timeout-handler": "^2.2.2", "flat": "^5.0.2",