From dd87eeb79cd3138a16a28ef3a5b9c7af01673fb0 Mon Sep 17 00:00:00 2001 From: Paul Robello Date: Mon, 13 Feb 2017 15:05:40 -0800 Subject: [PATCH 1/2] Updated ws dependency version to fix vulnerability --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 937270b28..b0c98cb8e 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "base64id": "1.0.0", "debug": "2.3.3", "engine.io-parser": "2.0.0", - "ws": "1.1.1", + "ws": "2.0.3", "cookie": "0.3.1" }, "devDependencies": { From b493ce42df36daf53c1a053022652698ed23d3d6 Mon Sep 17 00:00:00 2001 From: Paul Robello Date: Wed, 15 Feb 2017 10:01:59 -0800 Subject: [PATCH 2/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b0c98cb8e..a94a83d68 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "base64id": "1.0.0", "debug": "2.3.3", "engine.io-parser": "2.0.0", - "ws": "2.0.3", + "ws": "1.1.2", "cookie": "0.3.1" }, "devDependencies": {