From 8984c06b0d89b46db7def7f58a7f0b86fd5293e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:26:09 +0000 Subject: [PATCH] Bump test from 1.27.0 to 1.28.0 Bumps [test](https://github.com/dart-lang/test/tree/master/pkgs) from 1.27.0 to 1.28.0. - [Release notes](https://github.com/dart-lang/test/releases) - [Commits](https://github.com/dart-lang/test/commits/test-v1.28.0/pkgs) --- updated-dependencies: - dependency-name: test dependency-version: 1.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.lock | 16 ++++------------ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 851f7759ca..1e9cb87a7e 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -169,14 +169,6 @@ packages: url: "https://pub.dev" source: hosted version: "1.0.5" - js: - dependency: transitive - description: - name: js - sha256: "53385261521cc4a0c4658fd0ad07a7d14591cf8fc33abbceae306ddb974888dc" - url: "https://pub.dev" - source: hosted - version: "0.7.2" lints: dependency: transitive description: @@ -365,10 +357,10 @@ packages: dependency: "direct dev" description: name: test - sha256: "8f0eb7fa76b7d05a4f3707e0dbd581babef5b0915ca508b757cf15d0cabb56cb" + sha256: "77cc98ea27006c84e71a7356cf3daf9ddbde2d91d84f77dbfe64cf0e4d9611ae" url: "https://pub.dev" source: hosted - version: "1.27.0" + version: "1.28.0" test_api: dependency: transitive description: @@ -381,10 +373,10 @@ packages: dependency: transitive description: name: test_core - sha256: bad9916601a4f2ef6e4dbc466fb712e4b42cf4917c3fd428b018f51984fce13b + sha256: f1072617a6657e5fc09662e721307f7fb009b4ed89b19f47175d11d5254a62d4 url: "https://pub.dev" source: hosted - version: "0.6.13" + version: "0.6.14" test_descriptor: dependency: "direct dev" description: diff --git a/pubspec.yaml b/pubspec.yaml index 87b54440e7..0764add1f8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -33,6 +33,6 @@ dev_dependencies: checks: ^0.3.1 dart_flutter_team_lints: ^3.5.2 shelf_test_handler: ^2.0.2 - test: ^1.26.3 + test: ^1.28.0 test_descriptor: ^2.0.2 test_process: ^2.1.1