From 4245ae5307a2c5f33c664c91a65a9c8cf1ec52f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 22:19:25 +0000 Subject: [PATCH] Bump lints in /minifier in the dart-dependencies group Bumps the dart-dependencies group in /minifier with 1 update: [lints](https://github.com/dart-lang/lints). Updates `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 dependency-group: dart-dependencies ... Signed-off-by: dependabot[bot] --- minifier/pubspec.lock | 4 ++-- minifier/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/minifier/pubspec.lock b/minifier/pubspec.lock index 4e6c30d..f8e2175 100644 --- a/minifier/pubspec.lock +++ b/minifier/pubspec.lock @@ -133,10 +133,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: transitive description: diff --git a/minifier/pubspec.yaml b/minifier/pubspec.yaml index e1a9fe5..e7bad2a 100644 --- a/minifier/pubspec.yaml +++ b/minifier/pubspec.yaml @@ -7,5 +7,5 @@ environment: sdk: ^3.1.5 dev_dependencies: - lints: ">=2.0.0 <5.0.0" + lints: ">=2.0.0 <6.0.0" test: ^1.21.0