From 0c9aaf8493ee50f5afaff9e55438311cceaef0b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 09:19:21 +0000 Subject: [PATCH] build(deps): Bump lints from 4.0.0 to 5.1.1 Bumps [lints](https://github.com/dart-lang/core/tree/main/pkgs) from 4.0.0 to 5.1.1. - [Release notes](https://github.com/dart-lang/core/releases) - [Commits](https://github.com/dart-lang/core/commits/lints-v5.1.1/pkgs) --- updated-dependencies: - dependency-name: lints dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index ba861ef..ce4d21b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,7 @@ dependencies: convert: ^3.1.1 dev_dependencies: - lints: '>=3.0.0 <5.0.0' + lints: ">=3.0.0 <6.0.0" http: '>=1.0.0 <2.0.0' test: ^1.24.2 test_descriptor: ^2.0.1 \ No newline at end of file