From 14bf7e11930ee1167b2025d3127b041e0a294aa6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Nov 2017 04:52:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:ws:20171108 Latest report for adrukh/magicmirror: https://snyk.io/test/github/adrukh/magicmirror --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c2b226bb4..e5914fd453 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "request": "^2.74.0", "rrule": "latest", "snyk": "^1.14.1", - "socket.io": "^1.4.6", + "socket.io": "^2.0.0", "valid-url": "latest", "walk": "latest" },