From 1587bfe0aadf6b21f375b0918118d4ff34cca77e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Sep 2017 07:03:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:mime:20170907 - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/npm:fresh:20170908 Latest report for sethbergman/admin-portal: https://snyk.io/test/github/sethbergman/admin-portal --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 641c51b..abfc3a1 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "body-parser": "^1.17.2", "busboy": "^0.2.14", "consolidate": "^0.14.5", - "express": "^3.21.2", + "express": "^4.16.0", "jsonwebtoken": "^7.4.1", "node-sass-middleware": "^0.11.0", "passport": "^0.3.2",