From bd1937a05142ce5c9f0998797712241cfc5358ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 23:10:24 +0000 Subject: [PATCH] Bump lints from 3.0.0 to 5.0.0 in /packages/codde_protocol 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] --- packages/codde_protocol/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/codde_protocol/pubspec.yaml b/packages/codde_protocol/pubspec.yaml index 1b088e8..131d659 100644 --- a/packages/codde_protocol/pubspec.yaml +++ b/packages/codde_protocol/pubspec.yaml @@ -18,6 +18,6 @@ dev_dependencies: build_runner: ^2.4.8 ffigen: ^11.0.0 freezed: ^2.4.7 - lints: ^3.0.0 + lints: ">=3.0.0 <6.0.0" mockito: ^5.4.2 test: ^1.21.0