From e07119fd6533a4a7cc0751a99d74810ff8b59bbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 20:40:06 +0000 Subject: [PATCH] Bump ws from 8.18.0 to 8.21.0 in /agent Bumps [ws](https://github.com/websockets/ws) from 8.18.0 to 8.21.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.18.0...8.21.0) --- updated-dependencies: - dependency-name: ws dependency-version: 8.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- agent/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/package.json b/agent/package.json index 2cbc1bdfeb47d..cecbd40572ef5 100644 --- a/agent/package.json +++ b/agent/package.json @@ -22,7 +22,7 @@ "@elizaos/plugin-bootstrap": "workspace:*", "@elizaos/core": "workspace:*", "readline": "1.3.0", - "ws": "8.18.0", + "ws": "8.21.0", "yargs": "17.7.2" }, "devDependencies": {