From 9ab488336727ee88c05178188caf70b4dde8311e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Aug 2021 11:19:33 +0000 Subject: [PATCH] chore(deps): bump ws from 7.4.5 to 8.2.0 Bumps [ws](https://github.com/websockets/ws) from 7.4.5 to 8.2.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.4.5...8.2.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..98f65f6c7ca0 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.0", "xdg-basedir": "^5.0.1", "yarn": "^1.22.4" }, diff --git a/yarn.lock b/yarn.lock index b496efef6462..8187e7704a44 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.0: + version "8.2.0" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.2.0.tgz#0b738cd484bfc9303421914b11bb4011e07615bb" + integrity sha512-uYhVJ/m9oXwEI04iIVmgLmugh2qrZihkywG9y5FfZV2ATeLIzHf93qs+tUNqlttbQK957/VX3mtwAS+UfIwA4g== wtfnode@^0.8.4: version "0.8.4"