From cde42c6b838ea8be0a9bf476b0fadc56c5502f09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 03:54:30 +0000 Subject: [PATCH] build(deps): bump build_runner from 2.4.12 to 2.4.13 Bumps [build_runner](https://github.com/dart-lang/build) from 2.4.12 to 2.4.13. - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](https://github.com/dart-lang/build/compare/build_runner-v2.4.12...build_runner-v2.4.13) --- updated-dependencies: - dependency-name: build_runner dependency-type: direct:production update-type: version-update:semver-patch ... 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 3721c7d..1100712 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -118,10 +118,10 @@ packages: dependency: "direct dev" description: name: build_runner - sha256: dd09dd4e2b078992f42aac7f1a622f01882a8492fef08486b27ddde929c19f04 + sha256: "028819cfb90051c6b5440c7e574d1896f8037e3c96cf17aaeb054c9311cfbf4d" url: "https://pub.dev" source: hosted - version: "2.4.12" + version: "2.4.13" build_runner_core: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 3c0b3a4..c8b2d10 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -53,7 +53,7 @@ dependencies: wechat_assets_picker: ^9.2.2 dev_dependencies: - build_runner: ^2.4.12 + build_runner: ^2.4.13 flutter_gen_runner: ^5.7.0 flutter_lints: ^4.0.0 flutter_test: