From ab591adcb36b66bc3306253a1c579d6f3ba70512 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 03:44:49 +0000 Subject: [PATCH] chore(deps): bump lints from 2.1.1 to 3.0.0 Bumps [lints](https://github.com/dart-lang/lints) from 2.1.1 to 3.0.0. - [Release notes](https://github.com/dart-lang/lints/releases) - [Changelog](https://github.com/dart-lang/lints/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/lints/compare/v2.1.1...v3.0.0) --- updated-dependencies: - dependency-name: lints dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index b5fe1bdfe4..f92375fab1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,7 @@ dev_dependencies: analyzer: ^6.0.0 build_runner: ^2.4.6 json_serializable: ^6.7.1 - lints: ^2.0.1 + lints: ">=2.0.1 <4.0.0" test: ^1.21.4 coverage: ^1.6.2