From 75bb05daa6547b576a06ab7575c379c6f2ee83e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 23:08:06 +0000 Subject: [PATCH] feat: bump web_socket_channel from 2.4.5 to 3.0.3 in /packages/dart Bumps [web_socket_channel](https://github.com/dart-lang/http/tree/master/pkgs) from 2.4.5 to 3.0.3. - [Release notes](https://github.com/dart-lang/http/releases) - [Commits](https://github.com/dart-lang/http/commits/web_socket_channel-v3.0.3/pkgs) --- updated-dependencies: - dependency-name: web_socket_channel dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/dart/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dart/pubspec.yaml b/packages/dart/pubspec.yaml index 2bc20e6b..fd85aa2f 100644 --- a/packages/dart/pubspec.yaml +++ b/packages/dart/pubspec.yaml @@ -24,7 +24,7 @@ dependencies: # Networking dio: ^5.7.0 http: ^1.2.0 - web_socket_channel: ^2.4.3 + web_socket_channel: ">=2.4.3 <4.0.0" #Database sembast: ^3.6.0