From f20fcb728d9023d01a878f95cddc060add77cb92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 05:04:34 +0000 Subject: [PATCH] Bump mockito from 5.4.2 to 5.4.4 Bumps [mockito](https://github.com/dart-lang/mockito) from 5.4.2 to 5.4.4. - [Release notes](https://github.com/dart-lang/mockito/releases) - [Changelog](https://github.com/dart-lang/mockito/blob/master/CHANGELOG.md) - [Commits](https://github.com/dart-lang/mockito/commits) --- updated-dependencies: - dependency-name: mockito dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index c81188501d..789fe16c6a 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -721,10 +721,10 @@ packages: dependency: "direct main" description: name: mockito - sha256: "7d5b53bcd556c1bc7ffbe4e4d5a19c3e112b7e925e9e172dd7c6ad0630812616" + sha256: "6841eed20a7befac0ce07df8116c8b8233ed1f4486a7647c7fc5a02ae6163917" url: "https://pub.dev" source: hosted - version: "5.4.2" + version: "5.4.4" package_config: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index abdff0dde1..cec234718c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -40,7 +40,7 @@ dependencies: url_launcher: ^6.2.4 package_info: ^2.0.0 json_annotation: ^4.0.0 - mockito: ^5.3.2 + mockito: ^5.4.4 freezed_annotation: ^2.2.0 riverpod: ^2.4.4 hooks_riverpod: ^2.4.4