From 664f61d0f39a775d4448352aa7a5cd7de40446e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 02:54:18 +0000 Subject: [PATCH] Bump ws from 8.20.0 to 8.21.0 Bumps [ws](https://github.com/websockets/ws) from 8.20.0 to 8.21.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.20.0...8.21.0) --- updated-dependencies: - dependency-name: ws dependency-version: 8.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- packages/lib/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f2b0f02..61f272f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18403,9 +18403,9 @@ } }, "node_modules/ws": { - "version": "8.20.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.0.tgz", - "integrity": "sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==", + "version": "8.21.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz", + "integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==", "license": "MIT", "engines": { "node": ">=10.0.0" @@ -18709,7 +18709,7 @@ "@swtc/utils": "^1.2.0", "@swtc/wallet": "^1.2.0", "lru-cache": "^11.3.5", - "ws": "^8.20.0" + "ws": "^8.21.0" }, "devDependencies": { "axios": "^1.6.0", diff --git a/packages/lib/package.json b/packages/lib/package.json index f940bf6..2a25cff 100644 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -69,7 +69,7 @@ "@swtc/utils": "^1.2.0", "@swtc/wallet": "^1.2.0", "lru-cache": "^11.3.5", - "ws": "^8.20.0" + "ws": "^8.21.0" }, "devDependencies": { "axios": "^1.6.0",