From 9f3a2b1a6f3c400b1f47b281de73d9bf8dac039c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2020 12:08:58 +0000 Subject: [PATCH] Bump ws from 3.3.3 to 7.2.3 in /packages/aaa-devtools Bumps [ws](https://github.com/websockets/ws) from 3.3.3 to 7.2.3. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/3.3.3...7.2.3) Signed-off-by: dependabot[bot] --- packages/aaa-devtools/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/aaa-devtools/package.json b/packages/aaa-devtools/package.json index 7ef46e3..d350863 100644 --- a/packages/aaa-devtools/package.json +++ b/packages/aaa-devtools/package.json @@ -23,7 +23,7 @@ "bufferutil": "4.0.1", "lodash": "4.17.15", "utf-8-validate": "5.0.2", - "ws": "3.3.3" + "ws": "7.2.3" }, "devDependencies": { "@aaa-backend-stack/test-environment": "^2.3.4",