From da67e651004e786acdd8b66b065266adbf12c43e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Oct 2017 08:21:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:mime:20170907 Latest report for sihugh/morsey: https://snyk.io/test/github/sihugh/morsey --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d0070d7..dc34271 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "body-parser": "~1.17.2", "cookie-parser": "~1.3.5", "debug": "~2.6.7", - "express": "~4.15.3", + "express": "~4.16.0", "jade": "~1.11.0", "morgan": "~1.8.2", "serve-favicon": "~2.4.3",