From 962d3d8e76c6cb03e355808f522148e1150a2144 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 23:26:46 +0000 Subject: [PATCH] Bump lints from 3.0.0 to 4.0.0 in /packages/codde_protocol Bumps [lints](https://github.com/dart-lang/lints) from 3.0.0 to 4.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...v4.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 16b4910..3f293f4 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 <5.0.0" mockito: ^5.4.2 test: ^1.21.0