From c9822b0a5c864840c3047f07b0d1ef4155dd3112 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 18:42:35 +0000 Subject: [PATCH] chore(deps): bump lints from 5.1.1 to 6.0.0 in /packages/native/storage Bumps [lints](https://github.com/dart-lang/core/tree/main/pkgs) from 5.1.1 to 6.0.0. - [Release notes](https://github.com/dart-lang/core/releases) - [Commits](https://github.com/dart-lang/core/commits/lints-v6.0.0/pkgs) --- updated-dependencies: - dependency-name: lints dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/native/storage/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/native/storage/pubspec.yaml b/packages/native/storage/pubspec.yaml index ae3d06a..ad6abd7 100644 --- a/packages/native/storage/pubspec.yaml +++ b/packages/native/storage/pubspec.yaml @@ -33,7 +33,7 @@ dependencies: dev_dependencies: ffigen: ^19.0.0 jnigen: ^0.14.2 - lints: ^5.0.0 + lints: ">=5.0.0 <7.0.0" test: ^1.24.0 flutter: