From fb29036d0a5cfa87a94eeaf148adfb2d2c26d3de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 10:18:52 +0700 Subject: [PATCH] build(deps): bump flutter_lints from 3.0.1 to 3.0.2 (#1805) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index cc786fafe7..e8dd234644 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -348,10 +348,10 @@ packages: dependency: "direct dev" description: name: flutter_lints - sha256: e2a421b7e59244faef694ba7b30562e489c2b489866e505074eb005cd7060db7 + sha256: "9e8c3858111da373efc5aa341de011d9bd23e2c5c5e0c62bccf32438e192d7b1" url: "https://pub.dev" source: hosted - version: "3.0.1" + version: "3.0.2" flutter_local_notifications: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index fee25dcad3..f51c09ddf9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -74,7 +74,7 @@ dependencies: dev_dependencies: analyzer: ^6.4.1 build_runner: any - flutter_lints: ^3.0.1 + flutter_lints: ^3.0.2 injectable_generator: ^2.1.5 json_serializable: ^6.7.1