From fc78cbd5a1fb25c1cb9280f44ec0ec207353e6e2 Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Sun, 28 Feb 2016 21:25:19 +0200 Subject: [PATCH] feat(deps): update socket.io dependency version 1.3.7 installed with the package.json file is 6 releases behind - 1 feature release, and 5 patches. security advisors have been published for older socket.io version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c2c8996c55..19ac26557a 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "passport-twitter": "~1.0.4", "phantomjs": "~1.9.19", "serve-favicon": "~2.3.0", - "socket.io": "~1.3.7", + "socket.io": "~1.4.5", "swig": "~1.4.2", "validator": "~4.8.0" },