From b8c175651369220e036462e7f04b45c84b4d74b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 08:39:50 +0000 Subject: [PATCH] chore(deps): bump lints from 2.1.1 to 3.0.0 in /packages/mimir/example 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] --- packages/mimir/example/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mimir/example/pubspec.yaml b/packages/mimir/example/pubspec.yaml index 3494224..bcdce93 100644 --- a/packages/mimir/example/pubspec.yaml +++ b/packages/mimir/example/pubspec.yaml @@ -15,5 +15,5 @@ dependencies: mimir: ^0.0.2 dev_dependencies: - lints: ^2.0.0 + lints: ^3.0.0 test: ^1.16.0