From b4db3c45b420d30659795169dbebfc0909378f4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 06:06:12 -0500 Subject: [PATCH] build(deps): bump mocktail from 1.0.2 to 1.0.3 (#373) Bumps [mocktail](https://github.com/felangel/mocktail) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/felangel/mocktail/releases) - [Commits](https://github.com/felangel/mocktail/compare/mocktail-v1.0.2...mocktail-v1.0.3) --- updated-dependencies: - dependency-name: mocktail dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 60b79d9ba..e423edb96 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -561,10 +561,10 @@ packages: dependency: "direct dev" description: name: mocktail - sha256: f603ebd85a576e5914870b02e5839fc5d0243b867bf710651cf239a28ebb365e + sha256: c4b5007d91ca4f67256e720cb1b6d704e79a510183a12fa551021f652577dce6 url: "https://pub.dev" source: hosted - version: "1.0.2" + version: "1.0.3" navis_ui: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 652129b4d..f8df74273 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -56,7 +56,7 @@ dev_dependencies: bloc_test: ^9.1.5 flutter_test: sdk: flutter - mocktail: ^1.0.2 + mocktail: ^1.0.3 path: ^1.8.2 sentry_dart_plugin: ^1.6.3 test: ^1.24.3