From d8dff469fc4291fbfe705ff98b988f498b38a19a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 13:00:25 +0000 Subject: [PATCH] chore(deps): bump web_socket_channel in /packages/api/amplify_api_dart Bumps [web_socket_channel](https://github.com/dart-lang/http/tree/master/pkgs) from 2.4.0 to 3.0.2. - [Release notes](https://github.com/dart-lang/http/releases) - [Commits](https://github.com/dart-lang/http/commits/web_socket_channel-v3.0.2/pkgs) --- updated-dependencies: - dependency-name: web_socket_channel dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/api/amplify_api_dart/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/api/amplify_api_dart/pubspec.yaml b/packages/api/amplify_api_dart/pubspec.yaml index 2a799fc1e6..47c889b722 100644 --- a/packages/api/amplify_api_dart/pubspec.yaml +++ b/packages/api/amplify_api_dart/pubspec.yaml @@ -17,7 +17,7 @@ dependencies: meta: ^1.7.0 plugin_platform_interface: ^2.0.0 stream_transform: ^2.0.1 - web_socket_channel: ^2.2.0 + web_socket_channel: ">=2.2.0 <4.0.0" dev_dependencies: amplify_lints: ">=3.1.0 <3.2.0"