From 8b4a185e485501fed918079598bccd4a1ba63af7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 03:23:20 +0000 Subject: [PATCH] Bump build_runner from 2.4.6 to 2.4.7 in /cipd_packages/device_doctor Bumps [build_runner](https://github.com/dart-lang/build) from 2.4.6 to 2.4.7. - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](https://github.com/dart-lang/build/compare/build_runner-v2.4.6...build_runner-v2.4.7) --- updated-dependencies: - dependency-name: build_runner dependency-type: direct:production update-type: version-update:semver-patch ... 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..a22d94c953 100644 --- a/cipd_packages/device_doctor/pubspec.yaml +++ b/cipd_packages/device_doctor/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: yaml: 3.1.2 dev_dependencies: - build_runner: 2.4.6 + build_runner: 2.4.7 fake_async: 1.3.1 mockito: 5.4.2 test: 1.24.7