From 7a5a0ed8cd1f544cbc49c41c0cf79b13b3874a7d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Mar 2024 21:52:20 +0000 Subject: [PATCH] fix: challenge4/finished/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-6474509 --- challenge4/finished/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenge4/finished/package.json b/challenge4/finished/package.json index fb384523..30322a89 100644 --- a/challenge4/finished/package.json +++ b/challenge4/finished/package.json @@ -6,7 +6,7 @@ "start": "node app" }, "dependencies": { - "express": "3.1.0", + "express": "4.19.2", "ejs": "*", "mongoose":"*" }