From c78c4deea84fbdc21f8127c52e509b86689c1f73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 03:03:06 +0000 Subject: [PATCH] Bump ws from 8.18.3 to 8.19.0 Bumps [ws](https://github.com/websockets/ws) from 8.18.3 to 8.19.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.18.3...8.19.0) --- updated-dependencies: - dependency-name: ws dependency-version: 8.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 821dcf48..5da437d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "semver": "^7.7.3", "source-map": "^0.7.6", "table": "^6.9.0", - "ws": "^8.18.3", + "ws": "^8.19.0", "yargs": "^18.0.0" }, "bin": { @@ -9726,9 +9726,9 @@ "license": "ISC" }, "node_modules/ws": { - "version": "8.18.3", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz", - "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==", + "version": "8.19.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.19.0.tgz", + "integrity": "sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==", "license": "MIT", "engines": { "node": ">=10.0.0" diff --git a/package.json b/package.json index 1cc33ebd..ab2a4782 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "semver": "^7.7.3", "source-map": "^0.7.6", "table": "^6.9.0", - "ws": "^8.18.3", + "ws": "^8.19.0", "yargs": "^18.0.0" } }