From b9a597768548ef33540b8fe68381f399c97be449 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 11:59:45 +0000 Subject: [PATCH] chore(deps-dev): bump ws from 8.20.0 to 8.21.0 in /tests 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/package-lock.json | 8 ++++---- tests/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/package-lock.json b/tests/package-lock.json index 699a0b9..7571bbf 100644 --- a/tests/package-lock.json +++ b/tests/package-lock.json @@ -37,7 +37,7 @@ "tslib": "^2.8.1", "typescript": "^5.9.3", "vitest": "^4.1.0", - "ws": "^8.20.0", + "ws": "^8.21.0", "zod": "^4.3.6", "zustand": "^5.0.11" } @@ -5809,9 +5809,9 @@ "license": "ISC" }, "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==", "dev": true, "license": "MIT", "engines": { diff --git a/tests/package.json b/tests/package.json index 2bed8ce..908dab9 100644 --- a/tests/package.json +++ b/tests/package.json @@ -43,7 +43,7 @@ "tslib": "^2.8.1", "typescript": "^5.9.3", "vitest": "^4.1.0", - "ws": "^8.20.0", + "ws": "^8.21.0", "zod": "^4.3.6", "zustand": "^5.0.11" }