From b89167ba05a48686696687dd4c7339fde0c85fba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 05:17:58 +0000 Subject: [PATCH] build(deps): bump test from 1.25.15 to 1.26.1 Bumps [test](https://github.com/dart-lang/test/tree/master/pkgs) from 1.25.15 to 1.26.1. - [Release notes](https://github.com/dart-lang/test/releases) - [Commits](https://github.com/dart-lang/test/commits/test-v1.26.1/pkgs) --- updated-dependencies: - dependency-name: test dependency-version: 1.26.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.lock | 12 ++++++------ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index c5605375..e2c8ce02 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -477,26 +477,26 @@ packages: dependency: "direct dev" description: name: test - sha256: "301b213cd241ca982e9ba50266bd3f5bd1ea33f1455554c5abb85d1be0e2d87e" + sha256: "0561f3a2cfd33d10232360f16dfcab9351cfb7ad9b23e6cd6e8c7fb0d62c7ac3" url: "https://pub.dev" source: hosted - version: "1.25.15" + version: "1.26.1" test_api: dependency: transitive description: name: test_api - sha256: fb31f383e2ee25fbbfe06b40fe21e1e458d14080e3c67e7ba0acfde4df4e0bbd + sha256: "522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00" url: "https://pub.dev" source: hosted - version: "0.7.4" + version: "0.7.6" test_core: dependency: transitive description: name: test_core - sha256: "84d17c3486c8dfdbe5e12a50c8ae176d15e2a771b96909a9442b40173649ccaa" + sha256: "8619a9a45be044b71fe2cd6b77b54fd60f1c67904c38d48706e2852a2bda1c60" url: "https://pub.dev" source: hosted - version: "0.6.8" + version: "0.6.10" timing: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index b310accb..59fb0105 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,5 +16,5 @@ dev_dependencies: build_runner: ^2.4.15 json_serializable: ^6.9.5 mocktail: ^1.0.4 - test: ^1.25.15 + test: ^1.26.1 very_good_analysis: ^7.0.0