From 2f5d6accbdc7be99685f6ea02430756e4bda7fe9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Jun 2018 07:48:42 +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 cf456cb..9e9c116 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "start": "node app.js" }, "dependencies": { - "express": "3.4.8", + "express": "4.16.0", "jade": "*", "passport": ">= 0.0.0", "passport-facebook": ">= 0.0.0",