From 93499659308f88fd3b6b6e3e807edb26e966ef78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 02:03:08 +0000 Subject: [PATCH] build(deps): bump ws from 7.4.3 to 8.11.0 Bumps [ws](https://github.com/websockets/ws) from 7.4.3 to 8.11.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.4.3...8.11.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 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 8dd5a90..2934ca6 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "node-fetch": "^2.6.1", "tinycolor2": "^1.4.2", "uuid": "^8.3.1", - "ws": "^7.3.1" + "ws": "^8.11.0" }, "devDependencies": { "@babel/cli": "^7.16.0", diff --git a/yarn.lock b/yarn.lock index 00d90f5..cded026 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6054,15 +6054,15 @@ ws@^6.0.0: dependencies: async-limiter "~1.0.0" -ws@^7.0.0, ws@^7.3.1: +ws@^7.0.0: version "7.4.3" resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.3.tgz#1f9643de34a543b8edb124bdcbc457ae55a6e5cd" integrity sha512-hr6vCR76GsossIRsr8OLR9acVVm1jyfEWvhbNjtgPOrfvAlKzvyeg/P6r8RuDjRyrcQoPQT7K0DGEPc7Ae6jzA== -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== +ws@^8.11.0, ws@^8.2.0: + version "8.11.0" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.11.0.tgz#6a0d36b8edfd9f96d8b25683db2f8d7de6e8e143" + integrity sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg== ws@~7.2.0: version "7.2.5"