From 2a749f3bfe88dec0dc9246ed7af904fc4e9a2931 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 11:28:08 +0000 Subject: [PATCH] Bump lints from 2.1.1 to 3.0.0 in /package 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] --- package/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/pubspec.yaml b/package/pubspec.yaml index 623dddd..8fa4763 100644 --- a/package/pubspec.yaml +++ b/package/pubspec.yaml @@ -23,5 +23,5 @@ dependencies: tachyon: ^0.2.1 dev_dependencies: - lints: ^2.1.1 + lints: ^3.0.0 test: ^1.24.7