From 7b884f3623d9cde679c355510ff04455a6fbdd2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 12:10:14 +0000 Subject: [PATCH] Bump ws from 1.1.0 to 5.2.5 Bumps [ws](https://github.com/websockets/ws) from 1.1.0 to 5.2.5. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/1.1.0...5.2.5) --- updated-dependencies: - dependency-name: ws dependency-version: 5.2.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 40e4fea..f946a13 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,6 @@ "dependencies": { "readable-stream": "1.0.33", "debug": "4.3.1", - "ws": "1.1.0" + "ws": "5.2.5" } }