From a960fa9e654481a0852cb980f3a3d3446fd2aead Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Apr 2024 15:40:55 +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 f18f4a4..f5db63a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "cookie-parser": "~1.3.5", "debug": "~2.2.0", "ejs": "~3.1.6", - "express": "~4.13.1", + "express": "~4.19.2", "morgan": "~1.6.1", "serve-favicon": "~2.3.0" }