From 35d52cb29b67d7ecd36d4d065ba8bd30e8f65f58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 23:53:24 +0000 Subject: [PATCH] chore(deps): bump lints from 4.0.0 to 5.0.0 in /dart 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] --- dart/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dart/pubspec.yaml b/dart/pubspec.yaml index ea95143..e458a9e 100644 --- a/dart/pubspec.yaml +++ b/dart/pubspec.yaml @@ -16,5 +16,5 @@ dependencies: protobuf: ^3.1.0 dev_dependencies: - lints: ^4.0.0 + lints: ">=4.0.0 <6.0.0" test: ^1.24.0