From 44b7b56cbb09a95f2eeef039958f56d566b1110a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 20:55:50 +0000 Subject: [PATCH] Bump mocktail from 1.0.1 to 1.0.2 Bumps [mocktail](https://github.com/felangel/mocktail) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/felangel/mocktail/releases) - [Commits](https://github.com/felangel/mocktail/compare/mocktail-v1.0.1...mocktail-v1.0.2) --- updated-dependencies: - dependency-name: mocktail 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 597d6e4..7d42068 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -313,10 +313,10 @@ packages: dependency: "direct dev" description: name: mocktail - sha256: bac151b31e4ed78bd59ab89aa4c0928f297b1180186d5daf03734519e5f596c1 + sha256: f603ebd85a576e5914870b02e5839fc5d0243b867bf710651cf239a28ebb365e url: "https://pub.dev" source: hosted - version: "1.0.1" + version: "1.0.2" nested: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index dcec2a7..5801248 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -26,7 +26,7 @@ dev_dependencies: bloc_test: ^9.1.5 flutter_test: sdk: flutter - mocktail: ^1.0.1 + mocktail: ^1.0.2 path_provider_platform_interface: ^2.1.1 plugin_platform_interface: ^2.1.7 test: ^1.24.3