From 800db11bb4ed27f0a3056538c7c98aad056a0a66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 May 2021 00:49:29 +0000 Subject: [PATCH] Bump ws from 6.1.4 to 7.4.6 Bumps [ws](https://github.com/websockets/ws) from 6.1.4 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/6.1.4...7.4.6) 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..1037cc4 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.6", "xterm": "^3.8.0", "yaml-loader": "^0.5.0", "zeromq": "^5.1.0" diff --git a/yarn.lock b/yarn.lock index a2c7d60..68e05f7 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.6: + version "7.4.6" + resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c" + integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A== + +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==