From acd1c59fd0ba432759e32db5715f7817bc450d2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 03:15:08 +0000 Subject: [PATCH] chore(deps): bump ws from 8.18.3 to 8.21.0 in /src 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] --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index e9ed43fa3d..84a1a78128 100644 --- a/src/package.json +++ b/src/package.json @@ -219,7 +219,7 @@ "abitype": "1.2.3", "isows": "1.0.7", "ox": "0.14.5", - "ws": "8.18.3" + "ws": "8.21.0" }, "license": "MIT", "homepage": "https://viem.sh",