From 5b519fbb417565ad773bbfe374d38684a0fda9a4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Oct 2024 06:15:27 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2baa7c8..465715f 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "node": "0.10.x" }, "dependencies": { - "express": "3.1.0", + "express": "4.21.1", "jade": "0.28.1", "stylus": "0.32.1" },