From e78e0f120fc5b54f639f7699d1959ea2d121f9f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 06:28:47 +0000 Subject: [PATCH] Bump build_runner in /app in the flutter-dependencies group Bumps the flutter-dependencies group in /app with 1 update: [build_runner](https://github.com/dart-lang/build). Updates `build_runner` 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 dependency-group: flutter-dependencies ... Signed-off-by: dependabot[bot] --- app/pubspec.lock | 4 ++-- app/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/pubspec.lock b/app/pubspec.lock index 49492e5..7dc4f50 100644 --- a/app/pubspec.lock +++ b/app/pubspec.lock @@ -101,10 +101,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: diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 2996619..72b54cd 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -41,7 +41,7 @@ dev_dependencies: mocktail: ^1.0.4 freezed: ^3.2.0 - build_runner: ^2.10.4 + build_runner: ^2.10.5 flutter_launcher_icons: ^0.14.4 flutter_native_splash: ^2.4.7