From 324c3769145ce33c4ba39095ff5c2cebcde33e2b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Oct 2024 05:20:42 +0000 Subject: [PATCH] fix: challenge3/finished/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 --- challenge3/finished/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenge3/finished/package.json b/challenge3/finished/package.json index fa8a6ed2..000a10d7 100644 --- a/challenge3/finished/package.json +++ b/challenge3/finished/package.json @@ -6,7 +6,7 @@ "start": "node app" }, "dependencies": { - "express": "3.1.0", + "express": "4.21.1", "ejs": "*" } } \ No newline at end of file