From 0fdc02f23b39845f8d71f2301a14ef6035de0e44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 00:06:30 +0000 Subject: [PATCH] Bump the major group across 1 directory with 3 updates Bumps the major group with 1 update in the / directory: [analyzer](https://github.com/dart-lang/sdk/tree/main/pkg). Updates `analyzer` from 8.4.1 to 10.0.2 - [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/sdk/commits/HEAD/pkg) Updates `json_annotation` from 4.9.0 to 4.10.0 - [Release notes](https://github.com/google/json_serializable.dart/releases) - [Commits](https://github.com/google/json_serializable.dart/compare/json_annotation-v4.9.0...json_annotation-v4.10.0) Updates `json_serializable` from 6.11.2 to 6.12.0 - [Release notes](https://github.com/google/json_serializable.dart/releases) - [Commits](https://github.com/google/json_serializable.dart/compare/json_serializable-v6.11.2...json_serializable-v6.12.0) --- updated-dependencies: - dependency-name: analyzer dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major - dependency-name: json_annotation dependency-version: 4.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: major - dependency-name: json_serializable dependency-version: 6.12.0 dependency-type: direct:production update-type: version-update:semver-minor 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 07df4a0..4959ba7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ environment: sdk: ^3.0.0 dependencies: - analyzer: ">=7.1.0 <9.0.0" + analyzer: ">=7.1.0 <11.0.0" args: ^2.0.0 build_config: ^1.0.0 checked_yaml: ^2.0.1