From 45285fc3f4f974f9fef4560e5136a46c6ce7aae8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 26 Oct 2018 23:34:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:fresh:20170908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bf1ddb4..061bd97 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "body-parser": "^1.5.0", "es6-promise": "^3.0.2", "es6-shim": "^0.33.13", - "express": "4.14.0", + "express": "4.15.5", "express-content-length-validator": "1.0.0", "helmet": "0.11.0", "lodash": "^4.6.1",