From 934b775ea9fa82889d29c313ec59df6d63d371f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 00:05:48 +0000 Subject: [PATCH] chore(deps): Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [analysis_server_plugin](https://github.com/dart-lang/sdk/tree/main/pkg) and [analyzer](https://github.com/dart-lang/sdk/tree/main/pkg). Updates `analysis_server_plugin` from 0.3.10 to 0.3.13 - [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/sdk/commits/HEAD/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) 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: analysis_server_plugin dependency-version: 0.3.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: analyzer dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: analyzer dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 7df28f6..74e0c29 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,7 +10,7 @@ environment: dependencies: analysis_server_plugin: ^0.3.3 - analyzer: ">=9.0.0 <11.0.0" + analyzer: ">=9.0.0 <13.0.0" glob: ^2.1.3 path: ^1.9.1 yaml: ^3.1.3