forked from external-repos/pa11y-dashboard
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:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user