diff --git a/package.json b/package.json index 272ede97d..9b05ca30f 100644 --- a/package.json +++ b/package.json @@ -6,16 +6,16 @@ "start": "node ./bin/www" }, "dependencies": { - "body-parser": "~1.13.2", - "cookie-parser": "~1.3.1", - "debug": "~2.2.0", - "ejs": "0.3.0", + "body-parser": "~1.20.2", + "cookie-parser": "~1.4.6", + "debug": "~2.6.9", + "ejs": "0.8.8", "ejs-locals": "^1.0.2", "express": "~0.4.0", "express-session": "^1.13.0", - "log4js": "^0.1.0", - "morgan": "~1.6.1", + "log4js": "^0.6.38", + "morgan": "~1.10.0", "pg-promise": "^4.4.6", - "serve-favicon": "~2.3.0" + "serve-favicon": "~2.5.0" } }