From 451f95fd5200d871bb113d1c400148b49d9ff6e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 02:19:20 +0000 Subject: [PATCH] Bump analyzer from 10.2.0 to 12.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 10.2.0 to 12.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: 12.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 1c7fc9b9..371989a9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,7 +10,7 @@ environment: sdk: '>=2.19.0 <4.0.0' dependencies: - analyzer: ">=5.0.0 <11.0.0" + analyzer: ">=5.0.0 <13.0.0" args: ^2.0.0 async: ^2.5.0 crypto: ^3.0.1