From b9408fa024255bb5e613cd697539d2881c2cbe8f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 Feb 2017 19:04:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:ws:20160920 Latest report for tpsjs/tps.js: https://snyk.io/test/github/tpsjs/tps.js --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3eed369..c24a365 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "homepage": "https://github.com/tpsjs/tps.js#readme", "dependencies": { "nonce": "^1.0.4", - "ws": "^1.1.1" + "ws": "^2.0.0" }, "devDependencies": { "hook-std": "^0.2.0",