From 8729142e4110825257853afb6aecdd9ced68d001 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 20:10:38 +0000 Subject: [PATCH] chore(deps): bump analyzer from 4.7.0 to 5.7.1 Bumps [analyzer](https://github.com/dart-lang/sdk/tree/main/pkg) from 4.7.0 to 5.7.1. - [Release notes](https://github.com/dart-lang/sdk/releases) - [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-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 5e64705b01..9c8f61791e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: meta: ^1.8.0 dev_dependencies: - analyzer: ^4.7.0 + analyzer: ">=4.7.0 <6.0.0" build_runner: ^2.3.0 json_serializable: ^6.5.4 lints: ^2.0.1