From 7a9322a03d0ab433999c4a8e6f8bc4dd7fb7c97c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2019 17:13:39 +0000 Subject: [PATCH] Bump ws from 1.1.1 to 7.2.0 in /samples/node/web/ws/ws-with-koa 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/ws-with-koa/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/node/web/ws/ws-with-koa/package.json b/samples/node/web/ws/ws-with-koa/package.json index bf095ad..bec8576 100644 --- a/samples/node/web/ws/ws-with-koa/package.json +++ b/samples/node/web/ws/ws-with-koa/package.json @@ -20,7 +20,7 @@ "url": "https://github.com/michaelliao/learn-javascript.git" }, "dependencies": { - "ws": "1.1.1", + "ws": "7.2.0", "koa": "2.0.0", "koa-bodyparser": "3.2.0", "koa-router": "7.0.0",