From 5d1215cd75ad9e631610c84fb81d6e2dde688046 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 01:34:19 +0000 Subject: [PATCH] chore(deps): bump ws from 8.21.2 to 8.21.3 Bumps [ws](https://github.com/websockets/ws) from 8.21.2 to 8.21.3. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.21.2...8.21.3) --- updated-dependencies: - dependency-name: ws dependency-version: 8.21.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 66e7aace..8e214872 100644 --- a/package.json +++ b/package.json @@ -1325,7 +1325,7 @@ "bytes": "^3.1.2", "jose": "^6.2.8", "json-schema-library": "^11.6.2", - "ws": "^8.21.2", + "ws": "^8.21.3", "yocto-queue": "^1.2.2" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index a899084c..8334794a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3059,10 +3059,10 @@ wrap-ansi@^9.0.0: string-width "^7.0.0" strip-ansi "^7.1.0" -ws@^8.21.2: - version "8.21.2" - resolved "https://registry.yarnpkg.com/ws/-/ws-8.21.2.tgz#e6976cfe96161d40420689a5f051378d11b0f0ce" - integrity sha512-54dMVAo4WIe6SKy3vBgN+9bJZqqQ8IMRevAkOLQALhi49qkkQDQfWdAZ8KQlXiEabw88ARXXdUrlvtbKQX+aKw== +ws@^8.21.3: + version "8.21.3" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.21.3.tgz#660b4faddb6a3e575c86e078126919961f4de4fc" + integrity sha512-201TZ/kPWxoPr/OKWjquZR1SWKXcvxdH+e1xrx89b3YbmzLMFCLfnaG1HFIgWzJOEWZ7MvpK++odZufgYR50Rw== y18n@^5.0.5: version "5.0.8"