From 4adbef8a3b91049c8745b68511a1578b404bb107 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 03:30:05 +0000 Subject: [PATCH] chore(deps): bump analyzer from 6.11.0 to 7.1.0 Bumps [analyzer](https://github.com/dart-lang/sdk/tree/main/pkg) from 6.11.0 to 7.1.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 639022ef9f..99e807921b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: meta: ^1.8.0 dev_dependencies: - analyzer: ^6.2.0 + analyzer: ">=6.2.0 <8.0.0" build_runner: ^2.4.9 json_serializable: ^6.8.0 lints: ">=3.0.0 <5.0.0"