From 0208a0b103a3420d3a40b68d10352ddc7d87e5a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 04:43:15 +0000 Subject: [PATCH] chore: bump analyzer from 5.13.0 to 6.11.0 Bumps [analyzer](https://github.com/dart-lang/sdk/tree/main/pkg) from 5.13.0 to 6.11.0. - [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/sdk/commits/HEAD/pkg) --- updated-dependencies: - dependency-name: analyzer dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 3fc2b335..eff53d87 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,7 +12,7 @@ platforms: macos: dependencies: - analyzer: ^5.13.0 + analyzer: ">=5.13.0 <7.0.0" analyzer_plugin: ^0.11.0 ansicolor: ^2.0.1 args: ^2.0.0