From b2b0f9edb00f3ca20beca124186e821fee533c3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 22:11:05 +0000 Subject: [PATCH] Bump test from 1.25.8 to 1.25.9 Bumps [test](https://github.com/dart-lang/test/tree/master/pkgs) from 1.25.8 to 1.25.9. - [Release notes](https://github.com/dart-lang/test/releases) - [Commits](https://github.com/dart-lang/test/commits/test-v1.25.9/pkgs) --- updated-dependencies: - dependency-name: test dependency-type: direct:production update-type: version-update:semver-patch ... 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 eae3056..3390f69 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -325,26 +325,26 @@ packages: dependency: "direct main" description: name: test - sha256: "713a8789d62f3233c46b4a90b174737b2c04cb6ae4500f2aa8b1be8f03f5e67f" + sha256: f2a018e2baa6fce7c8daa55b8bdf4b3d7d165f82caac269e4cbe5edd666c0e4c url: "https://pub.dev" source: hosted - version: "1.25.8" + version: "1.25.9" test_api: dependency: transitive description: name: test_api - sha256: "664d3a9a64782fcdeb83ce9c6b39e78fd2971d4e37827b9b06c3aa1edc5e760c" + sha256: fb31f383e2ee25fbbfe06b40fe21e1e458d14080e3c67e7ba0acfde4df4e0bbd url: "https://pub.dev" source: hosted - version: "0.7.3" + version: "0.7.4" test_core: dependency: transitive description: name: test_core - sha256: "12391302411737c176b0b5d6491f466b0dd56d4763e347b6714efbaa74d7953d" + sha256: "60ff490bb383858015df7b7a0d883301a426edf9033989f55f091d91efb9dfaf" url: "https://pub.dev" source: hosted - version: "0.6.5" + version: "0.6.6" typed_data: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index b5652b8..44c9bdc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: http: ^1.2.2 path: ^1.9.1 stack_trace: ^1.12.0 - test: ^1.25.8 + test: ^1.25.9 dev_dependencies: lints: ^5.0.0