From 839f60c08963820cb39d39cd83c80a3ee776c23c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 09:48:16 +0000 Subject: [PATCH] Bump analyzer from 4.7.0 to 5.1.0 Bumps [analyzer](https://github.com/dart-lang/sdk/tree/main/pkg) from 4.7.0 to 5.1.0. - [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 0c209e4..48e7454 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ environment: sdk: ">=2.17.0 <3.0.0" dependencies: - analyzer: ^4.7.0 + analyzer: ">=4.7.0 <6.0.0" args: ^2.3.1 checked_yaml: ^2.0.1 console: ^4.1.0