From f29f5b456e3e84361461551866b2de47db05fd8e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 7 Oct 2024 07:12:14 +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..7f9fd14 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "node": "0.10.x" }, "dependencies": { - "express": "3.1.0", + "express": "4.0.0", "jade": "0.28.1", "stylus": "0.32.1" },