From 42516b6dd161d4836f4e31c362c7215d711f5b16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 10:25:44 +0000 Subject: [PATCH] Bump build_runner from 2.14.1 to 2.15.0 Bumps [build_runner](https://github.com/dart-lang/build) from 2.14.1 to 2.15.0. - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](https://github.com/dart-lang/build/compare/build_runner-v2.14.1...build_runner-v2.15.0) --- updated-dependencies: - dependency-name: build_runner dependency-version: 2.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index fe310ee..0f50c75 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -109,10 +109,10 @@ packages: dependency: "direct dev" description: name: build_runner - sha256: "22fdcc3cfeb9d974d7408718c4be15ec5e9b1b350088f3a6c88f154e74dd700d" + sha256: "1523ce62448ebac2c15a8ba5fbad8acac169788658a7dd2a1c2d9c2a9318b9a6" url: "https://pub.dev" source: hosted - version: "2.14.1" + version: "2.15.0" built_collection: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index a36fbf2..eb72501 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -51,7 +51,7 @@ dependencies: window_manager: ^0.5.1 dev_dependencies: - build_runner: ^2.14.1 + build_runner: ^2.15.0 custom_lint: ^0.8.1 freezed: ^3.2.3 freezed_lint: ^0.0.12