From b4fa5d27c3d5371ee6ce41aa23593ac9b692bf6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 May 2021 16:54:05 +0000 Subject: [PATCH] Bump ws from 7.3.1 to 7.4.6 in /client Bumps [ws](https://github.com/websockets/ws) from 7.3.1 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.3.1...7.4.6) Signed-off-by: dependabot[bot] --- client/package.json | 2 +- client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package.json b/client/package.json index 635e993..b6a7f63 100644 --- a/client/package.json +++ b/client/package.json @@ -4,7 +4,7 @@ "fontfaceobserver": "^2.1.0", "pretty-bytes": "^5.3.0", "tailwindcss": "^1.6.2", - "ws": "^7.3.1", + "ws": "^7.4.6", "xterm": "^4.0.0", "xterm-addon-fit": "^0.4.0", "xterm-webfont": "^2.0.0" diff --git a/client/yarn.lock b/client/yarn.lock index ced73df..e233574 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -5799,10 +5799,10 @@ ws@^6.1.2: dependencies: async-limiter "~1.0.0" -ws@^7.3.1: - version "7.3.1" - resolved "https://registry.yarnpkg.com/ws/-/ws-7.3.1.tgz#d0547bf67f7ce4f12a72dfe31262c68d7dc551c8" - integrity sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA== +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== xml-name-validator@^3.0.0: version "3.0.0"