From cab9c70f796602f3b205682bccb28de3ddb45d59 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 May 2017 02:16:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:ms:20170412 - https://snyk.io/vuln/npm:ms:20170412 - https://snyk.io/vuln/npm:ms:20170412 - https://snyk.io/vuln/npm:ms:20170412 Latest report for spark/launch-counter: https://snyk.io/test/github/spark/launch-counter --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f8a0e30..2c7d52e 100644 --- a/package.json +++ b/package.json @@ -6,14 +6,14 @@ "start": "foreman start" }, "dependencies": { - "express": "~4.9.0", + "express": "~4.15.3", "body-parser": "~1.8.1", "cookie-parser": "~1.3.3", "morgan": "~1.3.0", - "serve-favicon": "~2.1.3", - "debug": "~2.0.0", + "serve-favicon": "~2.4.3", + "debug": "~2.6.7", "jade": "~1.6.0", - "socket.io": "~1.2.0", + "socket.io": "~2.0.0", "when": "~3.5.1", "mongodb": "~1.4.19", "express.io": "~1.1.13",