From b66b072fa32e4315a2484fa5210e4e841e1b575d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 06:11:14 +0000 Subject: [PATCH] build(deps): Bump build_runner from 2.13.1 to 2.14.1 Bumps [build_runner](https://github.com/dart-lang/build) from 2.13.1 to 2.14.1. - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](https://github.com/dart-lang/build/compare/build_runner-v2.13.1...build_runner-v2.14.1) --- updated-dependencies: - dependency-name: build_runner dependency-version: 2.14.1 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 f422cb1752..6175aa1e9c 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -174,10 +174,10 @@ packages: dependency: "direct dev" description: name: build_runner - sha256: "521daf8d189deb79ba474e43a696b41c49fb3987818dbacf3308f1e03673a75e" + sha256: "22fdcc3cfeb9d974d7408718c4be15ec5e9b1b350088f3a6c88f154e74dd700d" url: "https://pub.dev" source: hosted - version: "2.13.1" + version: "2.14.1" built_collection: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index d3b63c7f00..75c0313b71 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -168,7 +168,7 @@ dependencies: envied: ^1.3.4 dev_dependencies: - build_runner: ^2.13.1 + build_runner: ^2.14.1 debug_info_collector: git: url: https://github.com/MixinNetwork/flutter-plugins.git