From 2fd3fdd680cb0dca7ce475c987a6044615a366ec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Mar 2024 01:14:47 +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 b06191e7..6ff7994a 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "cors": "2.8.5", "crypto": "1.0.1", "dotenv": "8.2.0", - "express": "4.18.1", + "express": "4.19.2", "express-rate-limit": "5.2.6", "express-request-id": "1.4.1", "helmet": "3.23.3",