From 9f846fca445c80c592f924ee3a1f32a5b913610e Mon Sep 17 00:00:00 2001 From: Jay Camp Date: Tue, 20 Aug 2019 17:57:31 -0400 Subject: [PATCH] Update ws dependency to 7.1.2 Issue #50 Also fix the license identifier that `npm audit` complains about. Testing Done: * `npm test` * Ran [example/index.html]() and saw chart live update --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8115485..b793e78 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "sse.js": "^0.4.1", "text-encoding": "^0.6.4", "winston": "^1.0.1", - "ws": "^1.1.0" + "ws": "^7.1.2" }, "scripts": { "prepublish": "gulp prepublish", @@ -51,5 +51,5 @@ "engines": { "npm": ">=4.0.0" }, - "license": "Apache Software License v2" + "license": "Apache-2.0" }