From 1d71da9104ccbb28844744e514f3e6e0b6552c6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:13:56 +0000 Subject: [PATCH] chore(deps): bump lints from 3.0.0 to 4.0.0 in /packages/oidc_core 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] --- packages/oidc_core/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/oidc_core/pubspec.yaml b/packages/oidc_core/pubspec.yaml index 47c3130c..3f145781 100644 --- a/packages/oidc_core/pubspec.yaml +++ b/packages/oidc_core/pubspec.yaml @@ -22,7 +22,7 @@ dependencies: dev_dependencies: build_runner: ^2.4.6 - lints: ">=2.0.0 <4.0.0" + lints: ">=2.0.0 <5.0.0" test: ^1.21.0 very_good_analysis: ^5.0.0+1 json_serializable: ^6.7.1