From 36b48ac8afb2b3f5cb8e08b19a5c5c8d890c49e8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 May 2017 00:15:07 +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 finanzcheck/sqs-insight: https://snyk.io/test/github/finanzcheck/sqs-insight --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e814a5..e71cd77 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "jsonformatter": "^0.4.0", "q": "^1.4.1", "q-io": "^1.13.1", - "socket.io": "^1.3.7", + "socket.io": "^2.0.0", "sqs-consumer": "^3.0.0" } }