From 6c7579d7371e44abda8c03c1ea28c1dd6464de2b Mon Sep 17 00:00:00 2001 From: phuoc Date: Wed, 19 Jun 2024 11:18:17 +0700 Subject: [PATCH] fix: upgrade local_auth Signed-off-by: phuoc --- pubspec.lock | 12 ++++++------ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 8c0f4b964..0a3a5d8f6 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1774,10 +1774,10 @@ packages: dependency: "direct main" description: name: local_auth - sha256: "0cf238be2bfa51a6c9e7e9cfc11c05ea39f2a3a4d3e5bb255d0ebc917da24401" + sha256: "280421b416b32de31405b0a25c3bd42dfcef2538dfbb20c03019e02a5ed55ed0" url: "https://pub.dev" source: hosted - version: "2.1.6" + version: "2.2.0" local_auth_android: dependency: transitive description: @@ -1786,14 +1786,14 @@ packages: url: "https://pub.dev" source: hosted version: "1.0.32" - local_auth_ios: + local_auth_darwin: dependency: transitive description: - name: local_auth_ios - sha256: edc2977c5145492f3451db9507a2f2f284ee4f408950b3e16670838726761940 + name: local_auth_darwin + sha256: e424ebf90d5233452be146d4a7da4bcd7a70278b67791592f3fde1bda8eef9e2 url: "https://pub.dev" source: hosted - version: "1.1.3" + version: "1.3.1" local_auth_platform_interface: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index c65ae38ea..145d3f9c6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -68,7 +68,7 @@ dependencies: git: url: https://github.com/autonomy-system/libauk-dart.git ref: 668ee3522ef6610d1323c0bb15cfd69b3602ea8c - local_auth: ^2.1.0 + local_auth: ^2.2.0 logging: ^1.2.0 measured_size: ^1.0.0 mime: ^1.0.1