From 89a6d770b1064b50317bd656023a3d4d2b6e5662 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 18:09:03 +0000 Subject: [PATCH] Bump the major group with 2 updates Bumps the major group with 2 updates: [analyzer](https://github.com/dart-lang/sdk/tree/main/pkg) and [json_serializable](https://github.com/google/json_serializable.dart). Updates `analyzer` from 8.4.1 to 9.0.0 - [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/sdk/commits/HEAD/pkg) Updates `json_serializable` from 6.11.2 to 6.11.3 - [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.11.3) --- updated-dependencies: - dependency-name: analyzer dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major - dependency-name: json_serializable dependency-version: 6.11.3 dependency-type: direct:production update-type: version-update:semver-patch 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..dcbe07d 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 <10.0.0" args: ^2.0.0 build_config: ^1.0.0 checked_yaml: ^2.0.1