From 4269b362e6250870069fbeb16e4eefe8a593aa19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 08:23:41 +0000 Subject: [PATCH] Bump lints from 2.1.1 to 3.0.0 in /file 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] --- file/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file/pubspec.yaml b/file/pubspec.yaml index bd64c11ebc..0e95d56bdc 100644 --- a/file/pubspec.yaml +++ b/file/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: meta: ^1.3.0 dev_dependencies: - lints: ^2.0.0 + lints: ^3.0.0 test: ^1.21.1 coverage: ^1.3.0 mockito: ^5.1.0