From e7b59d786adb334ea3dac71f5a962f615cc44e23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2019 19:30:33 +0000 Subject: [PATCH] Bump ws from 0.4.32 to 7.2.0 in /learning-webrtc/ch4 Bumps [ws](https://github.com/websockets/ws) from 0.4.32 to 7.2.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/0.4.32...7.2.0) Signed-off-by: dependabot[bot] --- learning-webrtc/ch4/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learning-webrtc/ch4/package.json b/learning-webrtc/ch4/package.json index 5b1d9c8..3c0bb1f 100644 --- a/learning-webrtc/ch4/package.json +++ b/learning-webrtc/ch4/package.json @@ -9,6 +9,6 @@ "author": "Dan Ristic", "license": "MIT", "dependencies": { - "ws": "~0.4.31" + "ws": "~7.2.0" } }