From 83bf1a3278f7bfe27ff6fa72278b3b20926bbf8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 02:22:33 +0000 Subject: [PATCH] chore(deps): bump result_dart from 2.1.0 to 2.1.1 Bumps [result_dart](https://github.com/Flutterando/result_dart) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/Flutterando/result_dart/releases) - [Changelog](https://github.com/Flutterando/result_dart/blob/main/CHANGELOG.md) - [Commits](https://github.com/Flutterando/result_dart/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: result_dart dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- flutter_modular/pubspec.yaml | 2 +- pubspec.lock | 4 ++-- shelf_modular/pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flutter_modular/pubspec.yaml b/flutter_modular/pubspec.yaml index 168e2714..0a85561e 100644 --- a/flutter_modular/pubspec.yaml +++ b/flutter_modular/pubspec.yaml @@ -11,7 +11,7 @@ environment: dependencies: modular_core: ">=3.4.1 <4.0.0" meta: ">=1.3.0 <2.0.0" - result_dart: ">=2.1.0 <3.0.0" + result_dart: ^2.1.1 flutter: sdk: flutter flutter_web_plugins: diff --git a/pubspec.lock b/pubspec.lock index 64fe43d3..30ee14ef 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -764,10 +764,10 @@ packages: dependency: transitive description: name: result_dart - sha256: eecf5b08b63572b348bfaa56a50f30191fe21d9edacef59d0e19a33905dd184d + sha256: "0666b21fbdf697b3bdd9986348a380aa204b3ebe7c146d8e4cdaa7ce735e6054" url: "https://pub.dev" source: hosted - version: "2.1.0" + version: "2.1.1" rx_notifier: dependency: transitive description: diff --git a/shelf_modular/pubspec.yaml b/shelf_modular/pubspec.yaml index 94c8722d..1004ed1a 100644 --- a/shelf_modular/pubspec.yaml +++ b/shelf_modular/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: http_parser: ">=4.0.1 <5.0.0" web_socket_channel: ">=2.2.0 <3.0.0" shelf_web_socket: ">=1.0.1 <2.0.0" - result_dart: ">=2.1.0 <3.0.0" + result_dart: ^2.1.1 dev_dependencies: mocktail: ^1.0.4