diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 8ff9d66846..cdb0b9e5c5 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -445,7 +445,7 @@ PODS: - React-perflogger (= 0.72.4) - RNCalendarEvents (2.2.0): - React - - RNCAsyncStorage (1.19.3): + - RNCAsyncStorage (1.24.0): - React-Core - RNCClipboard (1.11.1): - React-Core @@ -725,7 +725,7 @@ SPEC CHECKSUMS: React-utils: b79f2411931f9d3ea5781404dcbb2fa8a837e13a ReactCommon: 4b2bdcb50a3543e1c2b2849ad44533686610826d RNCalendarEvents: 7e65eb4a94f53c1744d1e275f7fafcfaa619f7a3 - RNCAsyncStorage: c913ede1fa163a71cea118ed4670bbaaa4b511bb + RNCAsyncStorage: ec53e44dc3e75b44aa2a9f37618a49c3bc080a7a RNCClipboard: 2834e1c4af68697089cdd455ee4a4cdd198fa7dd RNCPicker: 529d564911e93598cc399b56cc0769ce3675f8c8 RNDateTimePicker: 65e1d202799460b286ff5e741d8baf54695e8abd diff --git a/package-lock.json b/package-lock.json index 4331c8cccc..e2f0b9e5a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@expo/react-native-action-sheet": "4.0.1", "@frogpond/titlecase": "2.0.4", "@hawkrives/react-native-alternate-icons": "0.6.2", - "@react-native-async-storage/async-storage": "1.19.3", + "@react-native-async-storage/async-storage": "1.24.0", "@react-native-clipboard/clipboard": "1.11.1", "@react-native-community/datetimepicker": "6.7.5", "@react-native-community/netinfo": "11.3.2", @@ -3976,14 +3976,15 @@ } }, "node_modules/@react-native-async-storage/async-storage": { - "version": "1.19.3", - "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.19.3.tgz", - "integrity": "sha512-CwGfoHCWdPOTPS+2fW6YRE1fFBpT9++ahLEroX5hkgwyoQ+TkmjOaUxixdEIoVua9Pz5EF2pGOIJzqOTMWfBlA==", + "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==", + "license": "MIT", "dependencies": { "merge-options": "^3.0.4" }, "peerDependencies": { - "react-native": "^0.0.0-0 || 0.60 - 0.72 || 1000.0.0" + "react-native": "^0.0.0-0 || >=0.60 <1.0" } }, "node_modules/@react-native-clipboard/clipboard": { diff --git a/package.json b/package.json index 98285880c4..aca50d09c7 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@expo/react-native-action-sheet": "4.0.1", "@frogpond/titlecase": "2.0.4", "@hawkrives/react-native-alternate-icons": "0.6.2", - "@react-native-async-storage/async-storage": "1.19.3", + "@react-native-async-storage/async-storage": "1.24.0", "@react-native-clipboard/clipboard": "1.11.1", "@react-native-community/datetimepicker": "6.7.5", "@react-native-community/netinfo": "11.3.2",