From bb6748b285b01eb5700fe93ea4d5870a240ac820 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 21:35:41 +0000 Subject: [PATCH] Bump ws in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [ws](https://github.com/websockets/ws). Updates `ws` from 0.7.2 to 8.21.3 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/0.7.2...8.21.3) --- updated-dependencies: - dependency-name: ws dependency-version: 8.21.3 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9f6335..f21df51 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ ], "dependencies": { "thin": "^0.1.4", - "ws": "^0.7.1" + "ws": "^8.21.3" }, "devDependencies": { "grunt-cli": "^0.1.13",