From 63b2dd43766e07cb0b0d3df978abc162aed0d0a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 08:13:16 +0000 Subject: [PATCH] Bump build_runner, yaml, process, meta, logging and mockito Bumps [build_runner](https://github.com/dart-lang/build), [yaml](https://github.com/dart-lang/tools/tree/main/pkgs), [process](https://github.com/dart-lang/tools/tree/main/pkgs), [meta](https://github.com/dart-lang/sdk/tree/main/pkg), [logging](https://github.com/dart-lang/core/tree/main/pkgs) and [mockito](https://github.com/dart-lang/mockito). These dependencies needed to be updated together. Updates `build_runner` from 2.4.13 to 2.9.0 - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](https://github.com/dart-lang/build/compare/build_runner-v2.4.13...build_runner-v2.9.0) Updates `yaml` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/dart-lang/tools/releases) - [Commits](https://github.com/dart-lang/tools/commits/yaml-v3.1.3/pkgs) Updates `process` from 5.0.4 to 5.0.5 - [Release notes](https://github.com/dart-lang/tools/releases) - [Commits](https://github.com/dart-lang/tools/commits/process-v5.0.5/pkgs) Updates `meta` from 1.16.0 to 1.17.0 - [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/sdk/commits/1.17.0/pkg) Updates `logging` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/dart-lang/core/releases) - [Commits](https://github.com/dart-lang/core/commits/logging-v1.3.0/pkgs) Updates `mockito` from 5.4.4 to 5.5.1 - [Release notes](https://github.com/dart-lang/mockito/releases) - [Changelog](https://github.com/dart-lang/mockito/blob/master/CHANGELOG.md) - [Commits](https://github.com/dart-lang/mockito/commits/v5.5.1) --- updated-dependencies: - dependency-name: build_runner dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: yaml dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: process dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: meta dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: logging dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: mockito dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cipd_packages/device_doctor/pubspec.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cipd_packages/device_doctor/pubspec.yaml b/cipd_packages/device_doctor/pubspec.yaml index 78edce5cc..c6df26fc7 100644 --- a/cipd_packages/device_doctor/pubspec.yaml +++ b/cipd_packages/device_doctor/pubspec.yaml @@ -8,16 +8,16 @@ environment: dependencies: args: 2.7.0 file: any - logging: 1.2.0 - meta: 1.16.0 + logging: 1.3.0 + meta: 1.17.0 path: 1.9.1 platform: any - process: 5.0.4 + process: 5.0.5 retry: 3.1.2 - yaml: 3.1.2 + yaml: 3.1.3 dev_dependencies: - build_runner: 2.4.13 + build_runner: 2.10.1 fake_async: 1.3.3 - mockito: 5.4.4 + mockito: 5.5.1 test: 1.26.3