From da65f40811f27453d374e235907f3459c04968a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 03:55:01 +0000 Subject: [PATCH] Bump path from 1.8.3 to 1.9.0 in /cipd_packages/device_doctor Bumps [path](https://github.com/dart-lang/path) from 1.8.3 to 1.9.0. - [Release notes](https://github.com/dart-lang/path/releases) - [Changelog](https://github.com/dart-lang/path/blob/master/CHANGELOG.md) - [Commits](https://github.com/dart-lang/path/compare/1.8.3...v1.9.0) --- updated-dependencies: - dependency-name: path dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cipd_packages/device_doctor/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cipd_packages/device_doctor/pubspec.yaml b/cipd_packages/device_doctor/pubspec.yaml index 61b93e5e12..29622d9597 100644 --- a/cipd_packages/device_doctor/pubspec.yaml +++ b/cipd_packages/device_doctor/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: args: 2.4.2 logging: 1.2.0 meta: 1.11.0 - path: 1.8.3 + path: 1.9.0 process: 5.0.1 retry: 3.1.2 yaml: 3.1.2