From 0228ef25368288ce746ed866fe462e9fcba63ab7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Nov 2021 11:13:30 +0000 Subject: [PATCH] chore(deps): bump ws from 7.4.5 to 8.3.0 Bumps [ws](https://github.com/websockets/ws) from 7.4.5 to 8.3.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.4.5...8.3.0) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 43465a410d30..1a2bb3fced8f 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "split2": "^3.2.2", "tar": "^6.0.1", "tar-fs": "^2.0.0", - "ws": "^7.2.0", + "ws": "^8.3.0", "xdg-basedir": "^5.0.1", "yarn": "^1.22.4" }, diff --git a/yarn.lock b/yarn.lock index b496efef6462..fbe1d1c4306d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8258,10 +8258,10 @@ ws@^6.1.2: dependencies: async-limiter "~1.0.0" -ws@^7.2.0: - version "7.4.5" - resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.5.tgz#a484dd851e9beb6fdb420027e3885e8ce48986c1" - integrity sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g== +ws@^8.3.0: + version "8.3.0" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.3.0.tgz#7185e252c8973a60d57170175ff55fdbd116070d" + integrity sha512-Gs5EZtpqZzLvmIM59w4igITU57lrtYVFneaa434VROv4thzJyV6UjIL3D42lslWlI+D4KzLYnxSwtfuiO79sNw== wtfnode@^0.8.4: version "0.8.4"