From 9955dd6afdb32600efc8f087c2765adb599f4752 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 02:19:37 +0000 Subject: [PATCH] build(deps): bump build_runner from 2.12.2 to 2.13.1 Bumps [build_runner](https://github.com/dart-lang/build) from 2.12.2 to 2.13.1. - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](https://github.com/dart-lang/build/compare/build_runner-v2.12.2...build_runner-v2.13.1) --- updated-dependencies: - dependency-name: build_runner dependency-version: 2.13.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 409bdf8..22ced7d 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -93,10 +93,10 @@ packages: dependency: "direct dev" description: name: build_runner - sha256: "7981eb922842c77033026eb4341d5af651562008cdb116bdfa31fc46516b6462" + sha256: "521daf8d189deb79ba474e43a696b41c49fb3987818dbacf3308f1e03673a75e" url: "https://pub.dev" source: hosted - version: "2.12.2" + version: "2.13.1" built_collection: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 8f7d4a2..9799cb9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -58,7 +58,7 @@ dev_dependencies: # package. See that file for information about deactivating specific lint # rules and activating additional ones. flutter_lints: ^6.0.0 - build_runner: ^2.12.2 + build_runner: ^2.13.1 freezed: ^3.2.3 json_serializable: ^6.11.2 custom_lint: ^0.8.0