From 128e5e941058af28c8a9491608a4357ef73b61b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 10:06:08 +0000 Subject: [PATCH] Bump ws from 8.4.0 to 8.21.0 in /tests Bumps [ws](https://github.com/websockets/ws) from 8.4.0 to 8.21.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.4.0...8.21.0) --- updated-dependencies: - dependency-name: ws dependency-version: 8.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/package-lock.json | 16 ++++++++-------- tests/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/tests/package-lock.json b/tests/package-lock.json index eb4277f..cb45011 100644 --- a/tests/package-lock.json +++ b/tests/package-lock.json @@ -15,7 +15,7 @@ "i": "^0.3.7", "node-fetch": "^2.6.6", "npm": "^11.17.0", - "ws": "^8.2.3", + "ws": "^8.21.0", "zlib": "^1.0.5" } }, @@ -2070,15 +2070,15 @@ } }, "node_modules/ws": { - "version": "8.4.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.4.0.tgz", - "integrity": "sha512-IHVsKe2pjajSUIl4KYMQOdlyliovpEPquKkqbwswulszzI7r0SfQrxnXdWAEqOlDCLrVSJzo+O1hAwdog2sKSQ==", + "version": "8.21.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz", + "integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==", "engines": { "node": ">=10.0.0" }, "peerDependencies": { "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" + "utf-8-validate": ">=5.0.2" }, "peerDependenciesMeta": { "bufferutil": { @@ -3391,9 +3391,9 @@ } }, "ws": { - "version": "8.4.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.4.0.tgz", - "integrity": "sha512-IHVsKe2pjajSUIl4KYMQOdlyliovpEPquKkqbwswulszzI7r0SfQrxnXdWAEqOlDCLrVSJzo+O1hAwdog2sKSQ==", + "version": "8.21.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz", + "integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==", "requires": {} }, "zlib": { diff --git a/tests/package.json b/tests/package.json index 3855746..cfeab03 100644 --- a/tests/package.json +++ b/tests/package.json @@ -15,7 +15,7 @@ "i": "^0.3.7", "node-fetch": "^2.6.6", "npm": "^11.17.0", - "ws": "^8.2.3", + "ws": "^8.21.0", "zlib": "^1.0.5" } }