diff --git a/package-lock.json b/package-lock.json index af0131a5..ec30d8e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "frontend-native-app", "version": "1.0.0", "dependencies": { - "@react-native-async-storage/async-storage": "1.23.1", + "@react-native-async-storage/async-storage": "1.24.0", "@react-navigation/bottom-tabs": "^6.5.11", "@react-navigation/drawer": "^6.7.2", "@react-navigation/native": "^6.1.9", @@ -3756,9 +3756,9 @@ } }, "node_modules/@react-native-async-storage/async-storage": { - "version": "1.23.1", - "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.23.1.tgz", - "integrity": "sha512-Qd2kQ3yi6Y3+AcUlrHxSLlnBvpdCEMVGFlVBneVOjaFaPU61g1huc38g339ysXspwY1QZA2aNhrk/KlHGO+ewA==", + "version": "1.24.0", + "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.24.0.tgz", + "integrity": "sha512-W4/vbwUOYOjco0x3toB8QCr7EjIP6nE9G7o8PMguvvjYT5Awg09lyV4enACRx4s++PPulBiBSjL0KTFx2u0Z/g==", "dependencies": { "merge-options": "^3.0.4" }, diff --git a/package.json b/package.json index 190bcb40..daf80c4b 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "build:production:all": "eas build --profile main --platform all --clear-cache --non-interactive" }, "dependencies": { - "@react-native-async-storage/async-storage": "1.23.1", + "@react-native-async-storage/async-storage": "1.24.0", "@react-navigation/bottom-tabs": "^6.5.11", "@react-navigation/drawer": "^6.7.2", "@react-navigation/native": "^6.1.9",