From 7b2fe9359d99201d7fbb3a71d576a528fa0dad98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 15:08:33 +0000 Subject: [PATCH] build(deps): Bump ws from 8.18.3 to 8.21.0 in /agentica Bumps [ws](https://github.com/websockets/ws) from 8.18.3 to 8.21.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.18.3...8.21.0) --- updated-dependencies: - dependency-name: ws dependency-version: 8.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- agentica/package-lock.json | 6 ++++-- agentica/package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/agentica/package-lock.json b/agentica/package-lock.json index 5c2d0b8..055c24b 100644 --- a/agentica/package-lock.json +++ b/agentica/package-lock.json @@ -42,7 +42,7 @@ "tiktoken": "^1.0.22", "ulid": "^3.0.1", "vite": "^7.3.2", - "ws": "^8.18.3", + "ws": "^8.21.0", "yaml": "^2.8.1", "zod": "^3.25.76" }, @@ -16667,7 +16667,9 @@ "license": "ISC" }, "node_modules/ws": { - "version": "8.18.3", + "version": "8.21.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz", + "integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==", "license": "MIT", "engines": { "node": ">=10.0.0" diff --git a/agentica/package.json b/agentica/package.json index 31dbf8c..4079b03 100644 --- a/agentica/package.json +++ b/agentica/package.json @@ -227,7 +227,7 @@ "tiktoken": "^1.0.22", "ulid": "^3.0.1", "vite": "^7.3.2", - "ws": "^8.18.3", + "ws": "^8.21.0", "yaml": "^2.8.1", "zod": "^3.25.76" },