From 7c222383cccbac5078ebae110cd0fba663cd1dbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 03:10:11 +0000 Subject: [PATCH] build(deps): bump build_runner from 2.4.10 to 2.4.11 Bumps [build_runner](https://github.com/dart-lang/build) from 2.4.10 to 2.4.11. - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](https://github.com/dart-lang/build/compare/build_runner-v2.4.10...build_runner-v2.4.11) --- 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 79ce655..bebedd7 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -117,10 +117,10 @@ packages: dependency: "direct dev" description: name: build_runner - sha256: "1414d6d733a85d8ad2f1dfcb3ea7945759e35a123cb99ccfac75d0758f75edfa" + sha256: "644dc98a0f179b872f612d3eb627924b578897c629788e858157fa5e704ca0c7" url: "https://pub.dev" source: hosted - version: "2.4.10" + version: "2.4.11" build_runner_core: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 902d2ca..1906b72 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -50,7 +50,7 @@ dependencies: wechat_assets_picker: ^9.0.3 dev_dependencies: - build_runner: ^2.4.10 + build_runner: ^2.4.11 flutter_gen_runner: ^5.5.0+1 flutter_lints: ^4.0.0 flutter_test: