From 2fc5524425eccdc4cdb4c2765c3f2d9552c1372b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 20:58:52 +0000 Subject: [PATCH] Bump ws from 6.1.4 to 7.4.5 Bumps [ws](https://github.com/websockets/ws) from 6.1.4 to 7.4.5. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/6.1.4...7.4.5) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d3eeeaf..9070269 100644 --- a/package.json +++ b/package.json @@ -326,7 +326,7 @@ "uuid": "^3.3.2", "video-react": "^0.13.2", "winreg": "^1.2.4", - "ws": "^6.1.4", + "ws": "^7.4.5", "xterm": "^3.8.0", "yaml-loader": "^0.5.0", "zeromq": "^5.1.0" diff --git a/yarn.lock b/yarn.lock index a2c7d60..b9eb4fe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15208,7 +15208,12 @@ ws@^5.2.0: dependencies: async-limiter "~1.0.0" -ws@^6.1.4, ws@~6.1.0: +ws@^7.4.5: + version "7.4.5" + resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.5.tgz#a484dd851e9beb6fdb420027e3885e8ce48986c1" + integrity sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g== + +ws@~6.1.0: version "6.1.4" resolved "https://registry.yarnpkg.com/ws/-/ws-6.1.4.tgz#5b5c8800afab925e94ccb29d153c8d02c1776ef9" integrity sha512-eqZfL+NE/YQc1/ZynhojeV8q+H050oR8AZ2uIev7RU10svA9ZnJUddHcOUZTJLinZ9yEfdA2kSATS2qZK5fhJA==