From 97e4ba15a26464e3627ebd0c895a6ecfdd61adac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 04:02:56 +0000 Subject: [PATCH] chore(deps): bump lints from 5.1.1 to 6.0.0 in /packages/athena_sql 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/athena_sql/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/athena_sql/pubspec.yaml b/packages/athena_sql/pubspec.yaml index cc86885..b27a615 100644 --- a/packages/athena_sql/pubspec.yaml +++ b/packages/athena_sql/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: athena_utils: ^1.2.0 dev_dependencies: - lints: ^5.0.0 + lints: ^6.0.0 test: ^1.25.9 mockito: ^5.4.4 build_runner: ^2.4.13