From 883c88c954e8a99bd69ea244a45f0bece927a163 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 21:36:28 +0000 Subject: [PATCH] chore(deps): bump lints from 3.0.0 to 4.0.0 in /packages/parrot_cmd 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/parrot_cmd/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/parrot_cmd/pubspec.yaml b/packages/parrot_cmd/pubspec.yaml index 26fd9e5..e84567e 100644 --- a/packages/parrot_cmd/pubspec.yaml +++ b/packages/parrot_cmd/pubspec.yaml @@ -11,5 +11,5 @@ dependencies: parrot: ^0.0.6 dev_dependencies: - lints: ^3.0.0 + lints: ">=3.0.0 <5.0.0" test: ^1.16.0