From c3116198fbb13841cbb80906372c1a754f2ad61d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 May 2022 21:57:21 +0000 Subject: [PATCH] chore(deps): bump mocktail in /packages/amplify_authenticator Bumps [mocktail](https://github.com/felangel/mocktail) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/felangel/mocktail/releases) - [Commits](https://github.com/felangel/mocktail/compare/mocktail-v0.2.0...mocktail-v0.3.0) --- updated-dependencies: - dependency-name: mocktail dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/amplify_authenticator/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/amplify_authenticator/pubspec.yaml b/packages/amplify_authenticator/pubspec.yaml index 58ad0727b0..d0aaa5b4a0 100644 --- a/packages/amplify_authenticator/pubspec.yaml +++ b/packages/amplify_authenticator/pubspec.yaml @@ -24,7 +24,7 @@ dev_dependencies: amplify_lints: ^1.0.0 flutter_test: sdk: flutter - mocktail: ^0.2.0 + mocktail: ">=0.2.0 <0.4.0" path: any # For information on the generic Dart part of this file, see the