From a0285ecf889154fa2962c2b270b58a8dcef91ce1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 00:37:22 +0000 Subject: [PATCH] Bump lints from 4.0.0 to 5.1.0 Bumps [lints](https://github.com/dart-lang/lints) from 4.0.0 to 5.1.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/v4.0.0...v5.1.0) --- 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 5c0011f..71ea0fb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: oauth2: ^2.0.2 dev_dependencies: - lints: ">=3.0.0 <5.0.0" + lints: ">=3.0.0 <6.0.0" test: ^1.24.6 build_runner: ^2.4.6 json_serializable: ">=6.7.1 <7.0.0"