From 492997ce8690dcaab269845988d5a1d02f7f33de Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 14:19:22 +0000 Subject: [PATCH] fix: challenge4/start/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:cookie-signature:20160804 --- 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..bacbf4b0 100644 --- a/challenge4/start/package.json +++ b/challenge4/start/package.json @@ -6,7 +6,7 @@ "start": "node app" }, "dependencies": { - "express": "3.1.0", + "express": "3.12.1", "ejs": "*", "mongoose":"*" }