From 0d2f37363f7d634d6ecbce4b8eb6a59f8eacf55f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 12:09:47 +0000 Subject: [PATCH] chore(deps): bump web_socket_channel in /packages/api/amplify_api_dart Bumps [web_socket_channel](https://github.com/dart-lang/web_socket_channel) from 2.4.5 to 3.0.1. - [Release notes](https://github.com/dart-lang/web_socket_channel/releases) - [Changelog](https://github.com/dart-lang/web_socket_channel/blob/master/CHANGELOG.md) - [Commits](https://github.com/dart-lang/web_socket_channel/commits/v3.0.1) --- 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 b29283a13b..a895b53fbd 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"