From 6792a6a643257b89e5d8322df8989f9e115baca1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2019 17:13:19 +0000 Subject: [PATCH] Bump ws from 1.1.1 to 7.2.0 in /samples/node/web/ws/hello-ws Bumps [ws](https://github.com/websockets/ws) from 1.1.1 to 7.2.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/1.1.1...7.2.0) Signed-off-by: dependabot[bot] --- samples/node/web/ws/hello-ws/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/node/web/ws/hello-ws/package.json b/samples/node/web/ws/hello-ws/package.json index f074c4a..7d349b0 100644 --- a/samples/node/web/ws/hello-ws/package.json +++ b/samples/node/web/ws/hello-ws/package.json @@ -17,6 +17,6 @@ "url": "https://github.com/michaelliao/learn-javascript.git" }, "dependencies": { - "ws": "1.1.1" + "ws": "7.2.0" } }