diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 14c379cc89..49eb1fd014 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -456,7 +456,8 @@ PODS: - React-Core - RNInAppBrowser (3.7.0): - React-Core - - RNKeychain (8.2.0): + - RNKeychain (10.0.0): + - RCT-Folly (= 2021.07.22.00) - React-Core - RNReanimated (3.7.2): - RCT-Folly (= 2021.07.22.00) @@ -728,7 +729,7 @@ SPEC CHECKSUMS: RNDeviceInfo: b899ce37a403a4dea52b7cb85e16e49c04a5b88e RNGestureHandler: 071d7a9ad81e8b83fe7663b303d132406a7d8f39 RNInAppBrowser: e36d6935517101ccba0e875bac8ad7b0cb655364 - RNKeychain: bfe3d12bf4620fe488771c414530bf16e88f3678 + RNKeychain: 06e12b24ae5fab8b31f079ab86e7913014e58f14 RNReanimated: ab1295f59541cb26000d394b4b4aea72cb7ca448 RNScreens: b21dc57dfa2b710c30ec600786a3fc223b1b92e7 RNSearchBar: 9860431356b7d12a8449d2fddb2b5f3c78d1e99f diff --git a/package-lock.json b/package-lock.json index 32cebd1c59..9a9e2e7cf2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "react-native-gesture-handler": "2.9.0", "react-native-inappbrowser-reborn": "3.7.0", "react-native-ios-context-menu": "1.15.3", - "react-native-keychain": "8.2.0", + "react-native-keychain": "10.0.0", "react-native-network-logger": "1.16.1", "react-native-paper": "5.12.5", "react-native-popover-view": "5.1.8", @@ -17060,10 +17060,17 @@ } }, "node_modules/react-native-keychain": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/react-native-keychain/-/react-native-keychain-8.2.0.tgz", - "integrity": "sha512-SkRtd9McIl1Ss2XSWNLorG+KMEbgeVqX+gV+t3u1EAAqT8q2/OpRmRbxpneT2vnb/dMhiU7g6K/pf3nxLUXRvA==", - "license": "MIT" + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/react-native-keychain/-/react-native-keychain-10.0.0.tgz", + "integrity": "sha512-YzPKSAnSzGEJ12IK6CctNLU79T1W15WDrElRQ+1/FsOazGX9ucFPTQwgYe8Dy8jiSEDJKM4wkVa3g4lD2Z+Pnw==", + "license": "MIT", + "workspaces": [ + "KeychainExample", + "website" + ], + "engines": { + "node": ">=16" + } }, "node_modules/react-native-network-logger": { "version": "1.16.1", diff --git a/package.json b/package.json index d582ada967..0a6c892a5c 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "react-native-gesture-handler": "2.9.0", "react-native-inappbrowser-reborn": "3.7.0", "react-native-ios-context-menu": "1.15.3", - "react-native-keychain": "8.2.0", + "react-native-keychain": "10.0.0", "react-native-network-logger": "1.16.1", "react-native-paper": "5.12.5", "react-native-popover-view": "5.1.8",