From 6ad2fd0d03faa2a0a98472f4c101b7ad58255bc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 13:05:58 +0000 Subject: [PATCH] Bump analyzer from 8.4.0 to 8.4.1 Bumps [analyzer](https://github.com/dart-lang/sdk/tree/main/pkg) from 8.4.0 to 8.4.1. - [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.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index a9094e18df..ac76c7a188 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -13,10 +13,10 @@ packages: dependency: "direct main" description: name: analyzer - sha256: a40a0cee526a7e1f387c6847bd8a5ccbf510a75952ef8a28338e989558072cb0 + sha256: f51c8499b35f9b26820cfe914828a6a98a94efd5cc78b37bb7d03debae3a1d08 url: "https://pub.dev" source: hosted - version: "8.4.0" + version: "8.4.1" args: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index a701207b73..970e2e8df4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ environment: sdk: ^3.7.0 dependencies: - analyzer: ^8.4.0 + analyzer: ^8.4.1 args: ^2.7.0 async: ^2.13.0 cli_util: ^0.4.2