From 07df9763ffc771ae456b7480ac4b36f6fa6de002 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 07:35: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 | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 98481c337..7b185175a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "source-map-support": "^0.5.21", "to-absolute-glob": "^3.0.0", "vscode-tas-client": "^0.1.84", - "ws": "^8.20.1" + "ws": "^8.21.0" }, "devDependencies": { "@c4312/matcha": "^1.3.1", @@ -16948,10 +16948,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==", - "license": "MIT", + "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" }, @@ -29494,9 +29493,9 @@ } }, "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==", "requires": {} }, "wsl-utils": { diff --git a/package.json b/package.json index d45047565..62e013b04 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "source-map-support": "^0.5.21", "to-absolute-glob": "^3.0.0", "vscode-tas-client": "^0.1.84", - "ws": "^8.20.1" + "ws": "^8.21.0" }, "devDependencies": { "@c4312/matcha": "^1.3.1",