From 9cf9407a5dcfbd775ad21cb6f43da5b47407536a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 11:37:45 +0000 Subject: [PATCH] Bump build_runner from 2.10.4 to 2.13.0 in /CastIt.Client Bumps [build_runner](https://github.com/dart-lang/build) from 2.10.4 to 2.13.0. - [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.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] --- CastIt.Client/pubspec.lock | 8 ++++---- CastIt.Client/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CastIt.Client/pubspec.lock b/CastIt.Client/pubspec.lock index 706393d4..fc4c8560 100644 --- a/CastIt.Client/pubspec.lock +++ b/CastIt.Client/pubspec.lock @@ -69,10 +69,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: @@ -85,10 +85,10 @@ packages: dependency: "direct dev" description: name: build_runner - sha256: "110c56ef29b5eb367b4d17fc79375fa8c18a6cd7acd92c05bb3986c17a079057" + sha256: "3552e5c2874ed47cf9ed9d6813ac71b2276ee07622f48530468b8013f1767e3f" url: "https://pub.dev" source: hosted - version: "2.10.4" + version: "2.13.0" built_collection: dependency: transitive description: diff --git a/CastIt.Client/pubspec.yaml b/CastIt.Client/pubspec.yaml index 81cb6c5f..880a9560 100644 --- a/CastIt.Client/pubspec.yaml +++ b/CastIt.Client/pubspec.yaml @@ -52,7 +52,7 @@ dependencies: path: plugins/window_size dev_dependencies: - build_runner: + build_runner: 2.13.0 freezed: ^3.2.5 icons_launcher: ^3.0.3 intl_utils: ^2.8.14