From 1ba6d246dccd9f5bd0586c30dafcc89dd016f97b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 20:22:25 +0000 Subject: [PATCH] chore(deps): update dependency lints to v5 --- 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 6542e04..9a96e7e 100644 --- a/hotp/pubspec.yaml +++ b/hotp/pubspec.yaml @@ -12,5 +12,5 @@ dependencies: crypto: ^3.0.3 dev_dependencies: - lints: ^4.0.0 + lints: ^5.0.0 test: ^1.21.0 diff --git a/totp/pubspec.yaml b/totp/pubspec.yaml index ae69075..251e13d 100644 --- a/totp/pubspec.yaml +++ b/totp/pubspec.yaml @@ -11,5 +11,5 @@ dependencies: hotp: ^0.1.0 dev_dependencies: - lints: ^4.0.0 + lints: ^5.0.0 test: ^1.21.0