From 6c47e8469cee7f1fd91de567936545e4d4f3d568 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Jun 2018 08:59:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:mime:20170907 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1727175..85c113c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "cookie-parser": "~1.3.3", "debug": "~2.1.1", "ejs": "~2.1.4", - "express": "~4.11.0", + "express": "~4.16.0", "lodash": "^3.5.0", "morgan": "~1.5.1", "serve-favicon": "~2.2.0",