From 34066ce6ab0a3f26728cdc02c3924b2feb2cf7e1 Mon Sep 17 00:00:00 2001 From: Paul Robello Date: Mon, 13 Feb 2017 15:22:45 -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 babf6a641..28e259173 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "parsejson": "0.0.3", "parseqs": "0.0.5", "parseuri": "0.0.5", - "ws": "1.1.1", + "ws": "2.0.3", "xmlhttprequest-ssl": "1.5.3", "yeast": "0.1.2" }, From 78653b750136e9687d94c3efe1712a2726246012 Mon Sep 17 00:00:00 2001 From: Paul Robello Date: Wed, 15 Feb 2017 10:00:36 -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 28e259173..496633896 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "parsejson": "0.0.3", "parseqs": "0.0.5", "parseuri": "0.0.5", - "ws": "2.0.3", + "ws": "1.1.2", "xmlhttprequest-ssl": "1.5.3", "yeast": "0.1.2" },