From 773c1a1e9d3ded3a9f3f0f5673438597943b8c67 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Sep 2024 08:59:46 +0000 Subject: [PATCH] fix: challenge3/start/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-7926867 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 --- challenge3/start/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenge3/start/package.json b/challenge3/start/package.json index fa8a6ed2..e30f4550 100644 --- a/challenge3/start/package.json +++ b/challenge3/start/package.json @@ -6,7 +6,7 @@ "start": "node app" }, "dependencies": { - "express": "3.1.0", + "express": "4.20.0", "ejs": "*" } } \ No newline at end of file