From e6be9f6215c5c76d82b5b0d886ac8e3a8650897c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 15:51:53 +0000 Subject: [PATCH] build(deps): bump lints from 3.0.0 to 4.0.0 in /dio Bumps [lints](https://github.com/dart-lang/lints) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/dart-lang/lints/releases) - [Changelog](https://github.com/dart-lang/lints/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/lints/compare/v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: lints dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dio/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dio/pubspec.yaml b/dio/pubspec.yaml index 9c0c4b31a1..c174f3ffd2 100644 --- a/dio/pubspec.yaml +++ b/dio/pubspec.yaml @@ -23,7 +23,7 @@ dependencies: dev_dependencies: meta: ^1.3.0 - lints: ^3.0.0 + lints: ^4.0.0 test: ^1.21.1 coverage: ^1.3.0 mockito: ^5.1.0