From 46b1d08a42ffaf335dc25619b3c35bf6ee20b215 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 19:17:21 +0000 Subject: [PATCH] Bump ws from 0.4.31 to 1.1.5 Bumps [ws](https://github.com/websockets/ws) from 0.4.31 to 1.1.5. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/v0.4.31...1.1.5) --- updated-dependencies: - dependency-name: ws dependency-version: 1.1.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 7c6170d05..9baf3ddad 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ ], "dependencies": { "has-cors": "1.0.3", - "ws": "0.4.31", + "ws": "1.1.5", "xmlhttprequest": "https://github.com/LearnBoost/node-XMLHttpRequest/archive/0f36d0b5ebc03d85f860d42a64ae9791e1daa433.tar.gz", "component-emitter": "1.1.2", "indexof": "0.0.1",