From 2a8f8b7014766828f95edba4e51180296bb4a92b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 06:56:21 +0000 Subject: [PATCH] chore(deps)(deps): bump build_runner from 2.11.1 to 2.13.0 in /client Bumps [build_runner](https://github.com/dart-lang/build) from 2.11.1 to 2.13.0. - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](https://github.com/dart-lang/build/compare/build_runner-v2.11.1...build_runner-v2.13.0) --- updated-dependencies: - dependency-name: build_runner dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/pubspec.lock | 8 ++++---- client/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/pubspec.lock b/client/pubspec.lock index 6f22194..1a04e94 100644 --- a/client/pubspec.lock +++ b/client/pubspec.lock @@ -237,10 +237,10 @@ packages: dependency: transitive description: name: build_config - sha256: "4f64382b97504dc2fcdf487d5aae33418e08b4703fc21249e4db6d804a4d0187" + sha256: "4070d2a59f8eec34c97c86ceb44403834899075f66e8a9d59706f8e7834f6f71" url: "https://pub.dev" source: hosted - version: "1.2.0" + version: "1.3.0" build_daemon: dependency: transitive description: @@ -253,10 +253,10 @@ packages: dependency: "direct dev" description: name: build_runner - sha256: "39ad4ca8a2876779737c60e4228b4bcd35d4352ef7e14e47514093edc012c734" + sha256: "3552e5c2874ed47cf9ed9d6813ac71b2276ee07622f48530468b8013f1767e3f" url: "https://pub.dev" source: hosted - version: "2.11.1" + version: "2.13.0" built_collection: dependency: transitive description: diff --git a/client/pubspec.yaml b/client/pubspec.yaml index 624a899..f86728c 100644 --- a/client/pubspec.yaml +++ b/client/pubspec.yaml @@ -114,7 +114,7 @@ dev_dependencies: integration_test: sdk: flutter mockito: ^5.4.4 - build_runner: ^2.4.8 + build_runner: ^2.13.0 # Override passkeys_web with fixed local version that doesn't crash dependency_overrides: