From 113dfb534b537ec25608e5039987870bc86523c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 18:32:33 +0000 Subject: [PATCH] Bump build_runner from 2.10.4 to 2.11.1 in /CastIt.Client Bumps [build_runner](https://github.com/dart-lang/build) from 2.10.4 to 2.11.1. - [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.11.1) --- updated-dependencies: - dependency-name: build_runner dependency-version: 2.11.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- CastIt.Client/pubspec.lock | 4 ++-- CastIt.Client/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CastIt.Client/pubspec.lock b/CastIt.Client/pubspec.lock index 706393d4..47cb5bbe 100644 --- a/CastIt.Client/pubspec.lock +++ b/CastIt.Client/pubspec.lock @@ -85,10 +85,10 @@ packages: dependency: "direct dev" description: name: build_runner - sha256: "110c56ef29b5eb367b4d17fc79375fa8c18a6cd7acd92c05bb3986c17a079057" + sha256: "39ad4ca8a2876779737c60e4228b4bcd35d4352ef7e14e47514093edc012c734" url: "https://pub.dev" source: hosted - version: "2.10.4" + version: "2.11.1" built_collection: dependency: transitive description: diff --git a/CastIt.Client/pubspec.yaml b/CastIt.Client/pubspec.yaml index 81cb6c5f..af3317d4 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.11.1 freezed: ^3.2.5 icons_launcher: ^3.0.3 intl_utils: ^2.8.14