From ce3b94d19e567dc9c6045d6a8112db97eb367ec4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 01:55:34 +0000 Subject: [PATCH] :arrow_up: Bump lints from 3.0.0 to 4.0.0 Bumps [lints](https://github.com/dart-lang/lints) from 3.0.0 to 4.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/v3.0.0...v4.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 d437a5e..a974579 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -33,7 +33,7 @@ dev_dependencies: copy_with_extension_gen: ^5.0.4 faker: ^2.1.0 json_serializable: ^6.8.0 - lints: ^3.0.0 + lints: ">=3.0.0 <5.0.0" mockito: ^5.4.4 test: ^1.25.4 data_fixture_dart: ^2.2.0