From 1c8eaeb6f32c28240804da23eaa49a1a74700828 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 Jun 2017 06:35:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:ms:20170412 Latest report for ibm-cds-labs/simple-notification-service: https://snyk.io/test/github/ibm-cds-labs/simple-notification-service --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c7bbe71..7e649f2 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,6 @@ "request": "^2.78.0", "rethinkdb": "^2.3.3", "simple-service-registry": "^0.1.1", - "socket.io": "^1.4.8" + "socket.io": "^2.0.2" } }