From 0066a15b353bcf49d142319b9fcf994394f86752 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Sep 2024 19:33:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEND-7926862 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 392c0ef28a0b..7ab7a8b5bb8b 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "date-fns": "^2.21.3", "directory-tree": "^2.2.5", "dotenv": "^8.2.0", - "express": "^4.17.1", + "express": "^4.21.0", "express-rate-limit": "^5.1.3", "express-timeout-handler": "^2.2.0", "flat": "^5.0.0",