From 5df059aa5ef4d0e4fcb581f07ef77ef2e20f23d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 02:02:58 +0000 Subject: [PATCH] Bump ws from 8.18.3 to 8.20.0 Bumps [ws](https://github.com/websockets/ws) from 8.18.3 to 8.20.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.18.3...8.20.0) --- updated-dependencies: - dependency-name: ws dependency-version: 8.20.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 7dca0922..7f005e33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "ssh2": "^1.17.0", "ssh2-exec": "^0.8.5", "table": "^6.9.0", - "ws": "^8.18.3", + "ws": "^8.20.0", "yargs": "^18.0.0" }, "bin": { @@ -9843,9 +9843,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.20.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.0.tgz", + "integrity": "sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==", "license": "MIT", "engines": { "node": ">=10.0.0" diff --git a/package.json b/package.json index 8f76df7a..445ce490 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "ssh2": "^1.17.0", "ssh2-exec": "^0.8.5", "table": "^6.9.0", - "ws": "^8.18.3", + "ws": "^8.20.0", "yargs": "^18.0.0" } }