From 8315f9b133da482982c1899d6f525fb1c8614e15 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Mar 2024 23:49:26 +0000 Subject: [PATCH] fix: backend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-6474509 --- backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/package.json b/backend/package.json index e2e26ac..d30344c 100644 --- a/backend/package.json +++ b/backend/package.json @@ -8,7 +8,7 @@ "dependencies": { "cookie-parser": "~1.4.4", "debug": "~2.6.9", - "express": "~4.16.1", + "express": "~4.19.2", "morgan": "~1.9.1" } }