From 2cd36e0ffb4e363f3cecc2cae37eb78915d4c9fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Sep 2025 12:02:39 +0000 Subject: [PATCH] Bump analyzer from 7.7.1 to 8.2.0 Bumps [analyzer](https://github.com/dart-lang/sdk/tree/main/pkg) from 7.7.1 to 8.2.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: 8.2.0 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 cfd5e1333d..ede843303a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ environment: sdk: ^3.6.0 dependencies: - analyzer: ^7.4.4 + analyzer: ">=7.4.4 <9.0.0" args: ^2.4.1 collection: ^1.17.0 crypto: ^3.0.3