From db52e05c24d2b65d5fea703b79b30f4da49c3203 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 10:04:13 +0000 Subject: [PATCH] chore(deps): 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 8d5173e88..f18315199 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@babel/traverse": "^7.23.2", "stack-utils": "^2.0.6", "which": "^4.0.0", - "ws": "^8.20.1" + "ws": "^8.21.0" }, "devDependencies": { "@babel/preset-typescript": "^7.23.2", @@ -7362,9 +7362,9 @@ "license": "ISC" }, "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 3f70b78bc..a4258d710 100644 --- a/package.json +++ b/package.json @@ -228,6 +228,6 @@ "@babel/traverse": "^7.23.2", "stack-utils": "^2.0.6", "which": "^4.0.0", - "ws": "^8.20.1" + "ws": "^8.21.0" } }