From ebd2f0e73f359fc386fd7a425ac31adc00bbb673 Mon Sep 17 00:00:00 2001 From: Amish Shah Date: Thu, 29 Dec 2016 17:31:49 +0000 Subject: [PATCH] Update ws dependency to 1.1.1 for security --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22518cb59..5c4895a66 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "pako": "^1.0.0", "superagent": "^3.3.0", "tweetnacl": "^0.14.0", - "ws": "^1.1.0" + "ws": "^1.1.1" }, "peerDependencies": { "erlpack": "hammerandchisel/erlpack#master",