From fdc7a36b9db7bc4fcba0fe137c1de00e2e68b90c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 03:48:54 +0000 Subject: [PATCH] chore(deps): bump lints from 5.1.1 to 6.0.0 in /packages/athena_postgres 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_postgres/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/athena_postgres/pubspec.yaml b/packages/athena_postgres/pubspec.yaml index 1bc923e..ed8a2e5 100644 --- a/packages/athena_postgres/pubspec.yaml +++ b/packages/athena_postgres/pubspec.yaml @@ -19,5 +19,5 @@ dependencies: dev_dependencies: docker_process: ^1.3.2 - lints: ^5.0.0 + lints: ^6.0.0 test: ^1.25.9