From 7a722e12c88e22891d7b591ebdbe457ae2a7bdef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Jun 2017 00:15:06 +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..5a13ad0 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.2", "sqs-consumer": "^3.0.0" } }