From f29fb21d6aeaecf4f4575294f00b5f85c055f6d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 07:00:50 +0000 Subject: [PATCH] Bump lints from 2.1.1 to 3.0.0 in /tooling/claat_export_images 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] --- tooling/claat_export_images/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/claat_export_images/pubspec.yaml b/tooling/claat_export_images/pubspec.yaml index 95fb2c0a49..10c293bed7 100644 --- a/tooling/claat_export_images/pubspec.yaml +++ b/tooling/claat_export_images/pubspec.yaml @@ -18,5 +18,5 @@ dependencies: dev_dependencies: build_runner: ^2.4.5 json_serializable: ^6.7.0 - lints: ^2.0.0 + lints: ">=2.0.0 <4.0.0" test: ^1.21.0