From 313519af22387d71d24502b48b2d04b930ac36d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2020 20:07:11 +0000 Subject: [PATCH] Bump ws from 0.4.32 to 7.2.1 in /tests Bumps [ws](https://github.com/websockets/ws) from 0.4.32 to 7.2.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/0.4.32...7.2.1) Signed-off-by: dependabot[bot] --- tests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/package.json b/tests/package.json index 0295910..55f85d6 100644 --- a/tests/package.json +++ b/tests/package.json @@ -6,7 +6,7 @@ "install": "jam install" }, "dependencies": { - "ws": "~0.4.21", + "ws": "~7.2.1", "stack": "~0.1.0", "creationix": "~0.3.1", "jamjs": "~0.2.8"