From 815f2a60d51a9a7149b10c8acf0d520f14305cb9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 May 2017 08:41:04 +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 Latest report for finanzcheck/tron: https://snyk.io/test/github/finanzcheck/tron --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cd925f6..a57a940 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "config": "^1.14.0", "cookie-parser": "~1.3.5", "cron": "^1.0.9", - "debug": "~2.2.0", + "debug": "~2.6.7", "deep-equal": "^1.0.0", "express": "^4.12.4", "hbs": "^3.1.0", @@ -36,7 +36,7 @@ "rpi-gpio": "^0.5.2", "serve-favicon": "^2.2.1", "sinon": "^1.15.4", - "socket.io": "^1.3.5", + "socket.io": "^2.0.0", "touch": "0.0.3", "winston": "^1.0.1" },