From 4a578825ec331753f65017139c7b3b988f1d99b7 Mon Sep 17 00:00:00 2001 From: "Peter R. Guerzenich-Small" Date: Thu, 12 Dec 2019 09:13:38 -0500 Subject: [PATCH] updated the version of express --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9de0a78..bced98a 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ , "engines": { "node": ">=0.6" } , "dependencies" : { "log4js" : "0.6.x" - , "express": "3.1.x" + , "express": ">=3.11.0" , "socket.io": ">=0.9.6" , "socket.io-client":">=0.9.6" , "uglify-js": ">=1.2.5"