From 367a3e23e889ac6d7d7c7541d5cf0ed774c8d7b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 19:33:06 +0000 Subject: [PATCH] chore(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 8bf05dc..52dd825 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,5 +13,5 @@ dependencies: webfetch: ^0.1.0 dev_dependencies: - lints: ">=2.0.1 <5.0.0" + lints: ">=2.0.1 <6.0.0" test: ^1.23.1