diff --git a/scripts/pubspec.lock b/scripts/pubspec.lock index 343a034..fa78b4b 100644 --- a/scripts/pubspec.lock +++ b/scripts/pubspec.lock @@ -77,10 +77,10 @@ packages: dependency: "direct dev" description: name: dart_flutter_team_lints - sha256: "4c8f38142598339cd28c0b48a66b6b04434ee0499b6e40baf7c62c76daa1fcad" + sha256: ce0f23e2cf95cbd21766d17a7cf88584758b67fd77338d61f2ce77e3cf6d763c url: "https://pub.dev" source: hosted - version: "3.5.1" + version: "3.5.2" file: dependency: "direct main" description: @@ -149,10 +149,10 @@ packages: dependency: transitive description: name: lints - sha256: c35bb79562d980e9a453fc715854e1ed39e24e7d0297a880ef54e17f9874a9d7 + sha256: a5e2b223cb7c9c8efdc663ef484fdd95bb243bff242ef5b13e26883547fce9a0 url: "https://pub.dev" source: hosted - version: "5.1.1" + version: "6.0.0" logging: dependency: transitive description: diff --git a/scripts/pubspec.yaml b/scripts/pubspec.yaml index 9a693df..ccd4f8c 100644 --- a/scripts/pubspec.yaml +++ b/scripts/pubspec.yaml @@ -13,5 +13,5 @@ dependencies: pub_semver: ^2.2.0 dev_dependencies: - dart_flutter_team_lints: ^3.5.1 + dart_flutter_team_lints: ^3.5.2 test: ^1.26.2