From 94ce5aa548c79925bfafcac2f6e771f8c2c8ce83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 12:13:35 +0800 Subject: [PATCH] chore(deps): update dependency lints to v4 (#205) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- hotp/pubspec.yaml | 2 +- totp/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hotp/pubspec.yaml b/hotp/pubspec.yaml index ed79914..afd7cf0 100644 --- a/hotp/pubspec.yaml +++ b/hotp/pubspec.yaml @@ -12,5 +12,5 @@ dependencies: crypto: ^3.0.2 dev_dependencies: - lints: ^3.0.0 + lints: ^4.0.0 test: ^1.21.0 diff --git a/totp/pubspec.yaml b/totp/pubspec.yaml index 06bfd30..8bebede 100644 --- a/totp/pubspec.yaml +++ b/totp/pubspec.yaml @@ -11,5 +11,5 @@ dependencies: hotp: ^0.0.2 dev_dependencies: - lints: ^3.0.0 + lints: ^4.0.0 test: ^1.21.0