From 8f6ef9f204d4823261c66fe05cf4d06c41c9c349 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Thu, 23 Mar 2017 09:00:24 +0000 Subject: [PATCH] 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 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b53dcab..25b9568 100644 --- a/package.json +++ b/package.json @@ -24,10 +24,10 @@ "node": ">=4" }, "dependencies": { - "body-parser": "~1.15", + "body-parser": "~1.17.1", "chalk": "~1.1", "compression": "~1.6", - "express": "~4.14", + "express": "~4.15.2", "express-hbs": "~1.0", "http-headers": "^3.0.1", "moment": "~2.15.2",