From dda2d874ce9f1618eabb9494b891797174f28dd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 02:18:35 +0000 Subject: [PATCH] chore(deps): bump ws from 8.20.0 to 8.20.1 Bumps [ws](https://github.com/websockets/ws) from 8.20.0 to 8.20.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.20.0...8.20.1) --- updated-dependencies: - dependency-name: ws dependency-version: 8.20.1 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 b84aa645..c6aff7f4 100644 --- a/package.json +++ b/package.json @@ -1325,7 +1325,7 @@ "bytes": "^3.1.2", "jose": "^6.2.3", "json-schema-library": "^11.4.0", - "ws": "^8.20.0", + "ws": "^8.20.1", "yocto-queue": "^1.2.2" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 095552a0..606609d1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3131,10 +3131,10 @@ wrap-ansi@^8.1.0: string-width "^5.0.1" strip-ansi "^7.0.1" -ws@^8.20.0: - version "8.20.0" - resolved "https://registry.yarnpkg.com/ws/-/ws-8.20.0.tgz#4cd9532358eba60bc863aad1623dfb045a4d4af8" - integrity sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA== +ws@^8.20.1: + version "8.20.1" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.20.1.tgz#91a9ae2b312ccf98e0a85ec499b48cef45ab0ddb" + integrity sha512-It4dO0K5v//JtTXuPkfEOaI3uUN87iYPnqo/ZzqCoG3g8uhA66QUMs/SrM0YK7/NAu+r4LMh/9dq2A7k+rHs+w== y18n@^5.0.5: version "5.0.8"