From ed27bf6590df4a8d8ee13993f57f4a6ebc2a9d49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 13:00:43 +0000 Subject: [PATCH] chore(deps): bump build_runner from 2.4.9 to 2.5.4 Bumps [build_runner](https://github.com/dart-lang/build) from 2.4.9 to 2.5.4. - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](https://github.com/dart-lang/build/compare/build_runner-v2.4.9...build_runner-v2.5.4) --- updated-dependencies: - dependency-name: build_runner dependency-version: 2.5.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 842a7d823a..49cc31da27 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: dev_dependencies: analyzer: 6.11.0 - build_runner: 2.4.9 + build_runner: 2.5.4 json_serializable: 6.8.0 lints: ">=3.0.0 <7.0.0" test: 1.25.15