From 60a969b588a62951d8a3979ae31711d9bf0509ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 22:16:19 +0000 Subject: [PATCH] Bump analyzer from 12.1.0 to 13.0.0 in the major group Bumps the major group with 1 update: [analyzer](https://github.com/dart-lang/sdk/tree/main/pkg). Updates `analyzer` from 12.1.0 to 13.0.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-version: 13.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: 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 c865962..7093aad 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ environment: sdk: ^3.0.0 dependencies: - analyzer: ">=7.1.0 <13.0.0" + analyzer: ">=7.1.0 <14.0.0" args: ^2.0.0 build_config: ^1.0.0 checked_yaml: ^2.0.1