From 8d1c93402aac5ad799563cb724a16ac09f19d24a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 03:31:11 +0000 Subject: [PATCH] chore(deps): bump lints from 5.1.1 to 6.0.0 in /packages/athena_utils 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_utils/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/athena_utils/pubspec.yaml b/packages/athena_utils/pubspec.yaml index 39d94ed..32ca104 100644 --- a/packages/athena_utils/pubspec.yaml +++ b/packages/athena_utils/pubspec.yaml @@ -9,7 +9,7 @@ environment: sdk: '>=3.0.0 <4.0.0' dev_dependencies: - lints: ^5.0.0 + lints: ^6.0.0 test: ^1.25.9 dependencies: file: ^7.0.1