From ac62aed289f730568a37a4199d048dc7a7874411 Mon Sep 17 00:00:00 2001
From: snyk-bot <snyk-bot@snyk.io>
Date: Tue, 5 Nov 2024 04:49:12 +0000
Subject: [PATCH] fix: package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-EXPRESS-8310337
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 59aac0a2..08f4ba6a 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,7 @@
   ],
   "dependencies": {
     "jade": "*",
-    "express": "~3.5.2",
+    "express": "~4.0.0",
     "mongoose": "*",
     "passport": "*",
     "stylus": "~0.44.0",