From 0c3cabbaa31d92c77fba46b25411eedd2b8c57f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 23:18:36 +0000 Subject: [PATCH] Bump lints from 2.1.1 to 3.0.0 in /adaptive_app/step_06/yt_cors_proxy Bumps [lints](https://github.com/dart-lang/lints) from 2.1.1 to 3.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/v2.1.1...v3.0.0) --- updated-dependencies: - dependency-name: lints dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- adaptive_app/step_06/yt_cors_proxy/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adaptive_app/step_06/yt_cors_proxy/pubspec.yaml b/adaptive_app/step_06/yt_cors_proxy/pubspec.yaml index 054afc31c5..f8f7aaf843 100644 --- a/adaptive_app/step_06/yt_cors_proxy/pubspec.yaml +++ b/adaptive_app/step_06/yt_cors_proxy/pubspec.yaml @@ -11,4 +11,4 @@ dependencies: shelf_cors_headers: ^0.1.5 dev_dependencies: - lints: ^2.0.0 + lints: ">=2.0.0 <4.0.0"