From fc6738a90a7fad56a395c272fd6f3b339a67060d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 09:05:22 +0000 Subject: [PATCH] chore(deps): bump test from 1.21.6 to 1.23.1 Bumps [test](https://github.com/dart-lang/test/tree/master/pkgs) from 1.21.6 to 1.23.1. - [Release notes](https://github.com/dart-lang/test/releases) - [Commits](https://github.com/dart-lang/test/commits/test-v1.23.1/pkgs) --- updated-dependencies: - dependency-name: test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.lock | 6 +++--- pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index bedb716..51e2354 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -427,21 +427,21 @@ packages: name: test url: "https://pub.dartlang.org" source: hosted - version: "1.21.6" + version: "1.23.1" test_api: dependency: transitive description: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.14" + version: "0.4.18" test_core: dependency: transitive description: name: test_core url: "https://pub.dartlang.org" source: hosted - version: "0.4.18" + version: "0.4.24" timing: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index d7da837..2e41e55 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,5 +16,5 @@ dev_dependencies: build_runner: ^2.2.1 json_serializable: ^6.4.1 mocktail: ^0.3.0 - test: ^1.21.6 + test: ^1.23.1 very_good_analysis: ^3.1.0