From 2b445d9540cf6a8887643dc30d78f921573a1cf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 18:32:44 +1300 Subject: [PATCH] Bump web_socket_channel from 2.2.0 to 2.3.0 (#56) Bumps [web_socket_channel](https://github.com/dart-lang/web_socket_channel) from 2.2.0 to 2.3.0. - [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) --- updated-dependencies: - dependency-name: web_socket_channel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pubspec.lock | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 5f5544f..37af77d 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1055,7 +1055,7 @@ packages: name: web_socket_channel url: "https://pub.dartlang.org" source: hosted - version: "2.2.0" + version: "2.3.0" webdriver: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index ad3554e..f89aa0a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -31,7 +31,7 @@ dependencies: unorm_dart: ^0.2.0 qr_flutter: ^4.0.0 qr_code_scanner: ^1.0.1 - web_socket_channel: ^2.2.0 + web_socket_channel: ^2.3.0 record: ^4.4.4 just_audio: ^0.9.31 percent_indicator: ^4.2.2