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