From e0490f7289f8fb18e41edf5a6f0a764c2e97cc93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 14:50:06 +0000 Subject: [PATCH] Bump ws from 8.20.1 to 8.21.0 Bumps [ws](https://github.com/websockets/ws) from 8.20.1 to 8.21.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.20.1...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 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b6391cff..51354d63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "bonjour": "3.5.0", "chai": "^4.1.1", "mocha": "^11.7.6", - "ws": "^8.20.1" + "ws": "^8.21.0" }, "devDependencies": { "binary-split": "^1.0.5", @@ -1376,9 +1376,9 @@ } }, "node_modules/ws": { - "version": "8.20.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.1.tgz", - "integrity": "sha512-It4dO0K5v//JtTXuPkfEOaI3uUN87iYPnqo/ZzqCoG3g8uhA66QUMs/SrM0YK7/NAu+r4LMh/9dq2A7k+rHs+w==", + "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" diff --git a/package.json b/package.json index 290dc45c..763f051d 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "bonjour": "3.5.0", "chai": "^4.1.1", "mocha": "^11.7.6", - "ws": "^8.20.1" + "ws": "^8.21.0" }, "devDependencies": { "binary-split": "^1.0.5",