From 73ae9efde9626f62c4321f861cf516dbd1ec82fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 03:19:47 +0000 Subject: [PATCH] Bump lints from 4.0.0 to 5.0.0 Bumps [lints](https://github.com/dart-lang/lints) from 4.0.0 to 5.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/v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: lints dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index def66ac..a3c73f6 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -157,10 +157,10 @@ packages: dependency: "direct dev" description: name: lints - sha256: "976c774dd944a42e83e2467f4cc670daef7eed6295b10b36ae8c85bcbf828235" + sha256: "3315600f3fb3b135be672bf4a178c55f274bebe368325ae18462c89ac1e3b413" url: "https://pub.dev" source: hosted - version: "4.0.0" + version: "5.0.0" logging: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 01f40be..43babb7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -19,6 +19,6 @@ dependencies: dev_dependencies: path: ^1.9.0 - lints: ">=3.0.0 <5.0.0" + lints: ">=3.0.0 <6.0.0" test: ^1.25.2 crypto: ^3.0.3