From edef0e7fcdc242db884cda7b2cadeff565455d79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Jim=C3=A9nez?= Date: Sun, 2 Oct 2016 12:50:05 +0200 Subject: [PATCH] Update WS version Update WS version to 1.1.0 to avoid denial of service attacks. More info: https://snyk.io/vuln/npm:ws:20160624 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3165a47..e866f8d 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "license": "MIT", "dependencies": { "angular": "*", - "ws": "^1.0.0" + "ws": "^1.1.0" }, "devDependencies": { "angular-animate": "^1.3.13",