From 61132e3681d73a26304b032e84f9e6929627c360 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 02:02:40 +0000 Subject: [PATCH] chore(deps): bump analyzer from 7.0.0 to 7.3.0 Bumps [analyzer](https://github.com/dart-lang/sdk/tree/main/pkg) from 7.0.0 to 7.3.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-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.lock | 21 ++++----------------- pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 18 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index b23d90a..454d5c4 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -5,23 +5,18 @@ packages: dependency: transitive description: name: _fe_analyzer_shared - sha256: c0555ee1c067778474ba494b969f833de1d9123802d9d11d055c2991dfaab5c2 + sha256: dc27559385e905ad30838356c5f5d574014ba39872d732111cd07ac0beff4c57 url: "https://pub.dev" source: hosted - version: "77.0.0" - _macros: - dependency: transitive - description: dart - source: sdk - version: "0.3.3" + version: "80.0.0" analyzer: dependency: "direct dev" description: name: analyzer - sha256: e58ba14f0baf226303f3503c7f30533fdbc03e264b096f37f9d1c5a9fe757513 + sha256: "192d1c5b944e7e53b24b5586db760db934b177d4147c42fbca8c8c5f1eb8d11e" url: "https://pub.dev" source: hosted - version: "7.0.0" + version: "7.3.0" ansi_styles: dependency: transitive description: @@ -182,14 +177,6 @@ packages: url: "https://pub.dev" source: hosted version: "4.9.0" - macros: - dependency: transitive - description: - name: macros - sha256: "1d9e801cd66f7ea3663c45fc708450db1fa57f988142c64289142c9b7ee80656" - url: "https://pub.dev" - source: hosted - version: "0.1.3-main.0" matcher: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index fc7aa8c..d42215a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,5 +5,5 @@ environment: sdk: '>=3.0.0 <4.0.0' dev_dependencies: - analyzer: ^7.0.0 + analyzer: ^7.3.0 melos: ^6.2.0