From d9cf782a531e67b47bb9b27d0bad42f251dd7272 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 06:30:52 +0000 Subject: [PATCH] Bump build_runner from 2.4.10 to 2.4.11 in /app 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] --- app/pubspec.lock | 4 ++-- app/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/pubspec.lock b/app/pubspec.lock index cf8ccdc..37d6765 100644 --- a/app/pubspec.lock +++ b/app/pubspec.lock @@ -93,10 +93,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/app/pubspec.yaml b/app/pubspec.yaml index fdcf7cf..2730484 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -53,7 +53,7 @@ dev_dependencies: flutter_test: sdk: flutter - build_runner: ^2.4.10 + build_runner: ^2.4.11 # flutter_launcher_icons: ^0.10.0 flutter_launcher_icons: git: https://github.com/nvi9/flutter_launcher_icons.git