From 550fed5ce825516e314d799bdde06474e832b2ac Mon Sep 17 00:00:00 2001 From: Peter deHaan Date: Wed, 22 Jun 2016 10:33:01 -0700 Subject: [PATCH] Update ws dependency Summary: Fixes #7643 Closes https://github.com/facebook/react-native/pull/7644 Reviewed By: javache Differential Revision: D3450187 Pulled By: davidaurelio fbshipit-source-id: 59ffa1d6a198cc50e08973eee3a71653965b8467 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 53b748368..5508a103d 100644 --- a/package.json +++ b/package.json @@ -186,7 +186,7 @@ "uglify-js": "^2.6.2", "wordwrap": "^1.0.0", "worker-farm": "^1.3.1", - "ws": "^0.8.0", + "ws": "^1.1.0", "xcode": "^0.8.2", "xmldoc": "^0.4.0", "yargs": "^3.24.0",