From 07732b26e435f1dfb90d988b059685bcba48e3cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:32:52 +0200 Subject: [PATCH] Bump lints from 4.0.0 to 5.0.0 (#33) Bumps [lints](https://github.com/dart-lang/lints) from 4.0.0 to 5.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/v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: lints dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 8166198..075188d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -22,4 +22,4 @@ dev_dependencies: build_runner: ^2.1.1 json_serializable: ^6.1.3 sprintf: ">=6.0.0 <8.0.0" - lints: ">=1.0.1 <5.0.0" \ No newline at end of file + lints: ">=1.0.1 <6.0.0" \ No newline at end of file