From f8de0f7796d73d0831cd2d71f59e31720fd7e872 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 11:16:45 +0000 Subject: [PATCH] chore(deps): bump ws from 7.4.5 to 8.2.3 Bumps [ws](https://github.com/websockets/ws) from 7.4.5 to 8.2.3. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.4.5...8.2.3) --- 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..939437d92489 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.2.3", "xdg-basedir": "^5.0.1", "yarn": "^1.22.4" }, diff --git a/yarn.lock b/yarn.lock index b496efef6462..fb7421f0d57c 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.2.3: + version "8.2.3" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.2.3.tgz#63a56456db1b04367d0b721a0b80cae6d8becbba" + integrity sha512-wBuoj1BDpC6ZQ1B7DWQBYVLphPWkm8i9Y0/3YdHjHKHiohOJ1ws+3OccDWtH+PoC9DZD5WOTrJvNbWvjS6JWaA== wtfnode@^0.8.4: version "0.8.4"