From e4eedacc4c8b9c00635b042e685e20c57e969954 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 12:19:14 +0000 Subject: [PATCH] Bump analyzer from 7.7.1 to 8.1.0 Bumps [analyzer](https://github.com/dart-lang/sdk/tree/main/pkg) from 7.7.1 to 8.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-version: 8.1.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