From cf46a2f1c6811fe85021e67a4b59ff8c0e13c0ea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Jun 2018 02:15:52 +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 0de981c..1ccb195 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "chalk": "^1.1.3", "cookie-parser": "~1.4.3", "debug": "~2.2.0", - "express": "~4.14.0", + "express": "~4.16.0", "jade": "~1.11.0", "jsonwebtoken": "^7.2.1", "lodash": "^4.17.4",