From d16927ee6959679b6200295aaf249c4fb046be51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 15:25:26 +0000 Subject: [PATCH] chore(deps): bump expo-local-authentication from 14.0.1 to 57.0.0 Bumps [expo-local-authentication](https://github.com/expo/expo/tree/HEAD/packages/expo-local-authentication) from 14.0.1 to 57.0.0. - [Changelog](https://github.com/expo/expo/blob/main/packages/expo-local-authentication/CHANGELOG.md) - [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-local-authentication) --- updated-dependencies: - dependency-name: expo-local-authentication dependency-version: 57.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 362ebfd..5f65d91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,6 +7,7 @@ "": { "name": "deepa-bms", "version": "1.0.0", + "license": "MIT", "dependencies": { "@expo/metro-runtime": "~3.2.3", "@expo/vector-icons": "^14.0.2", @@ -16,7 +17,7 @@ "expo-file-system": "~17.0.1", "expo-font": "~12.0.10", "expo-image-picker": "~15.0.7", - "expo-local-authentication": "~14.0.0", + "expo-local-authentication": "~57.0.0", "expo-print": "~13.0.1", "expo-sharing": "~12.0.1", "expo-splash-screen": "^0.27.7", @@ -10421,9 +10422,9 @@ } }, "node_modules/expo-local-authentication": { - "version": "14.0.1", - "resolved": "https://registry.npmjs.org/expo-local-authentication/-/expo-local-authentication-14.0.1.tgz", - "integrity": "sha512-kAwUD1wEqj1fhwQgIHlP4H/JV9AcX+NO3BJwhPM2HuCFS0kgx2wvcHisnKBSTRyl8u5Jt4odzMyQkDJystwUTg==", + "version": "57.0.0", + "resolved": "https://registry.npmjs.org/expo-local-authentication/-/expo-local-authentication-57.0.0.tgz", + "integrity": "sha512-/ZzS7OD5OaAEhSF/+zPWZqzT8xWy1rMICfDqP5ojJ6Flh4wgAOedG37p8UZlTQYJRR5u1NQ9AoAePV8H/ky14g==", "license": "MIT", "dependencies": { "invariant": "^2.2.4" diff --git a/package.json b/package.json index 8679ded..51fcba4 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "expo-file-system": "~17.0.1", "expo-font": "~12.0.10", "expo-image-picker": "~15.0.7", - "expo-local-authentication": "~14.0.0", + "expo-local-authentication": "~57.0.0", "expo-print": "~13.0.1", "expo-sharing": "~12.0.1", "expo-splash-screen": "^0.27.7",