From 111b4c1f5f8d3d35b11187852cf24037a6c79ab5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 22:57:16 +0100 Subject: [PATCH] chore(deps): bump mocktail from 0.3.0 to 1.0.0 (#50) * chore(deps): bump mocktail from 0.3.0 to 1.0.0 Bumps [mocktail](https://github.com/felangel/mocktail) from 0.3.0 to 1.0.0. - [Release notes](https://github.com/felangel/mocktail/releases) - [Commits](https://github.com/felangel/mocktail/compare/mocktail-v0.3.0...mocktail-v1.0.0) --- updated-dependencies: - dependency-name: mocktail dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Update pubspec.yaml --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Renan <6718144+renancaraujo@users.noreply.github.com> --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 071358c..47b7c85 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,6 +15,6 @@ dependencies: dev_dependencies: build_runner: ^2.1.2 json_serializable: ^6.5.3 - mocktail: ^0.3.0 + mocktail: ^1.0.0 test: ^1.17.0 very_good_analysis: ^5.0.0