fix: package.json to reduce vulnerabilities (#185)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/npm:qs:20170213
- https://snyk.io/vuln/npm:qs:20170213

Latest report for pa11y/dashboard:
https://snyk.io/test/github/pa11y/dashboard
This commit is contained in:
Snyk bot
2017-03-23 09:00:24 +00:00
committed by Jose Bolos
parent b24076abf1
commit 8f6ef9f204

View File

@@ -24,10 +24,10 @@
"node": ">=4" "node": ">=4"
}, },
"dependencies": { "dependencies": {
"body-parser": "~1.15", "body-parser": "~1.17.1",
"chalk": "~1.1", "chalk": "~1.1",
"compression": "~1.6", "compression": "~1.6",
"express": "~4.14", "express": "~4.15.2",
"express-hbs": "~1.0", "express-hbs": "~1.0",
"http-headers": "^3.0.1", "http-headers": "^3.0.1",
"moment": "~2.15.2", "moment": "~2.15.2",