Upgrade express to 4.14 or greater

Prevents https://nodesecurity.io/advisories/106
This commit is contained in:
Jose Bolos
2016-09-09 12:19:28 +01:00
parent 6cd7630049
commit 71432a3063

View File

@@ -24,7 +24,7 @@
"body-parser": "~1.15",
"chalk": "~1.1",
"compression": "~1.6",
"express": "~4.13",
"express": "~4.14",
"express-hbs": "~1.0",
"moment": "~2.13",
"pa11y-webservice": "~2.0",