From d6de3c72e09b806191c531afc0881913509a5798 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 03:46:17 +0000 Subject: [PATCH] chore(deps): bump lints from 4.0.0 to 5.0.0 Bumps [lints](https://github.com/dart-lang/lints) from 4.0.0 to 5.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/v4.0.0...v5.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 a7934d3f94..4e2b40fbd9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,7 +18,7 @@ dev_dependencies: analyzer: ^6.2.0 build_runner: ^2.4.9 json_serializable: ^6.8.0 - lints: ">=3.0.0 <5.0.0" + lints: ">=3.0.0 <6.0.0" test: ^1.25.5 coverage: ^1.8.0