From 37ef868ddc0a9f9d078ac7ea01e052d1dc069678 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 10:11:45 +0000 Subject: [PATCH] Bump lints from 3.0.0 to 5.0.0 in /tooling Bumps [lints](https://github.com/dart-lang/lints) from 3.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/v3.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] --- tooling/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/pubspec.yaml b/tooling/pubspec.yaml index 4b5cf58..34c8a3e 100644 --- a/tooling/pubspec.yaml +++ b/tooling/pubspec.yaml @@ -10,5 +10,5 @@ dependencies: yaml: ^3.1.2 dev_dependencies: - lints: ^3.0.0 + lints: ">=3.0.0 <6.0.0" test: ^1.24.0