From 3f73dde1b97a787c9de009374f4e507f9f62caa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 20:53:23 +0000 Subject: [PATCH] build(deps): bump lints from 5.0.0 to 5.1.0 Bumps [lints](https://github.com/dart-lang/lints) from 5.0.0 to 5.1.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/v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: lints dependency-type: direct:production update-type: version-update:semver-minor ... 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 2da36ea9..015fabe2 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -149,10 +149,10 @@ packages: dependency: "direct dev" description: name: lints - sha256: "3315600f3fb3b135be672bf4a178c55f274bebe368325ae18462c89ac1e3b413" + sha256: "4a16b3f03741e1252fda5de3ce712666d010ba2122f8e912c94f9f7b90e1a4c3" url: "https://pub.dev" source: hosted - version: "5.0.0" + version: "5.1.0" matcher: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 9d2569af..40ecc071 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,5 +5,5 @@ environment: sdk: '>=2.12.0 <4.0.0' dev_dependencies: - lints: ^5.0.0 + lints: ^5.1.0 melos: ^6.2.0