From 3d4335cd05095d4db00d84ff11820844ac5057e8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Nov 2024 15:26:00 +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-8310337 --- 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..a77c8569 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.0.0", "ejs": "*", "mongoose":"*" }