From eab7546543b56fc997e2b9831101d9dadffb26dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 05:32:27 +0000 Subject: [PATCH] Bump build_runner from 2.10.4 to 2.10.5 Bumps [build_runner](https://github.com/dart-lang/build) from 2.10.4 to 2.10.5. - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](https://github.com/dart-lang/build/compare/build_runner-v2.10.4...build_runner-v2.10.5) --- updated-dependencies: - dependency-name: build_runner dependency-version: 2.10.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pubspec.lock | 6 +++--- pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 90d3d80..9cec22d 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -110,10 +110,10 @@ packages: dependency: "direct dev" description: name: build_runner - sha256: "110c56ef29b5eb367b4d17fc79375fa8c18a6cd7acd92c05bb3986c17a079057" + sha256: b4d854962a32fd9f8efc0b76f98214790b833af8b2e9b2df6bfc927c0415a072 url: "https://pub.dev" source: hosted - version: "2.10.4" + version: "2.10.5" built_collection: dependency: transitive description: @@ -1029,4 +1029,4 @@ packages: version: "0.1.0" sdks: dart: ">=3.11.0-274.0.dev <4.0.0" - flutter: ">=3.40.0-1.0.pre-341 <4.0.0" + flutter: ">=3.40.0-1.0.pre-341" diff --git a/pubspec.yaml b/pubspec.yaml index 3e2e5e8..33191bf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -33,7 +33,7 @@ dependencies: dev_dependencies: arb_utils: git: https://github.com/sbrsubuvga/arb_utils - build_runner: ^2.10.4 + build_runner: ^2.10.5 code_builder: ^4.11.0 dart_style: ^3.1.3 flutter_test: