From 56cb6c974a5877032a2e533b32e539fc69c4128c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 13:20:35 +0000 Subject: [PATCH] chore(deps): bump ws from 8.14.2 to 8.16.0 Bumps [ws](https://github.com/websockets/ws) from 8.14.2 to 8.16.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.14.2...8.16.0) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production update-type: version-update:semver-minor ... 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 450bd5d7..95982cfd 100644 --- a/package.json +++ b/package.json @@ -288,7 +288,7 @@ "tar-fs": "^2.1.1", "ua-parser-js": "^1.0.37", "which": "^4.0.0", - "ws": "^8.14.2", + "ws": "^8.16.0", "yaml": "^2.3.4", "zod": "^3.22.3" }, diff --git a/yarn.lock b/yarn.lock index ff533aa6..b3067cc8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6358,10 +6358,10 @@ write@1.0.3: dependencies: mkdirp "^0.5.1" -ws@^8.14.2: - version "8.14.2" - resolved "https://registry.yarnpkg.com/ws/-/ws-8.14.2.tgz#6c249a806eb2db7a20d26d51e7709eab7b2e6c7f" - integrity sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g== +ws@^8.16.0: + version "8.16.0" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.16.0.tgz#d1cd774f36fbc07165066a60e40323eab6446fd4" + integrity sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ== xml2js@^0.5.0: version "0.5.0"