From 9971c288d4b25e2c1d06a8e90ebb588870ff9437 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 04:25:36 +0000 Subject: [PATCH] build(deps): bump build_runner from 2.8.0 to 2.10.0 Bumps [build_runner](https://github.com/dart-lang/build) from 2.8.0 to 2.10.0. - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](https://github.com/dart-lang/build/compare/build_runner-v2.8.0...build_runner-v2.10.0) --- updated-dependencies: - dependency-name: build_runner dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 6e5d927c..8d8bde84 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -69,10 +69,10 @@ packages: dependency: "direct dev" description: name: build_runner - sha256: "804c47c936df75e1911c19a4fb8c46fa8ff2b3099b9f2b2aa4726af3774f734b" + sha256: "8cd45bdd6217138f4cfbaf6286c93f270ae4b3e2e281e69c904bd00cdf8aa626" url: "https://pub.dev" source: hosted - version: "2.8.0" + version: "2.10.0" built_collection: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index e762925d..b39d7955 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: uuid: ^4.5.1 dev_dependencies: - build_runner: ^2.4.15 + build_runner: ^2.10.0 json_serializable: ^6.9.5 mocktail: ^1.0.4 test: ^1.26.1