From 39bfad14c3cab94864b623fe85dd84eb75aa3067 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Jun 2018 08:19:59 +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:tunnel-agent:20170305 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f954882..80cca79 100644 --- a/package.json +++ b/package.json @@ -10,13 +10,13 @@ "cookie-parser": "~1.3.5", "debug": "~2.2.0", "engine.io": "^1.5.2", - "express": "~4.13.1", + "express": "~4.16.0", "hjs": "~0.0.6", "morgan": "~1.6.1", "multer": "^1.0.3", "primus": "^3.2.1", "serve-favicon": "~2.3.0", - "twilio": "^2.3.0" + "twilio": "^3.0.0" }, "devDependencies": { "chai": "^3.2.0",