diff --git a/examples/react-native-example/package.json b/examples/react-native-example/package.json index 93478a111..ebb05b053 100644 --- a/examples/react-native-example/package.json +++ b/examples/react-native-example/package.json @@ -13,7 +13,7 @@ "@ethersproject/shims": "^5.7.0", "@hashgraph/sdk": "file:.yalc/@hashgraph/sdk", "expo": "~49.0.16", - "expo-crypto": "~12.6.0", + "expo-crypto": "~14.0.1", "expo-random": "~13.4.0", "expo-status-bar": "~1.7.1", "react": "18.2.0", diff --git a/examples/react-native-example/yarn.lock b/examples/react-native-example/yarn.lock index 423fbf97a..814e30e2f 100644 --- a/examples/react-native-example/yarn.lock +++ b/examples/react-native-example/yarn.lock @@ -3755,10 +3755,10 @@ expo-constants@~14.4.2: "@expo/config" "~8.1.0" uuid "^3.3.2" -expo-crypto@~12.6.0: - version "12.6.0" - resolved "https://registry.npmjs.org/expo-crypto/-/expo-crypto-12.6.0.tgz" - integrity sha512-wSq64eIJxk4lQBidtcW9wNF5AgO/UvV8W8mDhb7bo6P3xH41yvu/P4FcxevQY1taGA8VHD+fO+xQDrhPiHzFqQ== +expo-crypto@~14.0.1: + version "14.0.1" + resolved "https://registry.yarnpkg.com/expo-crypto/-/expo-crypto-14.0.1.tgz#2aabfebf202f8390db9060c033a18ad8eabe8cd9" + integrity sha512-/gGpD9UAz8fgZtU08cwwqeQElkFmMy2Hc8lLa9laSjD3YN0XM07zDJyJ+CC1VhQ63G8WpUnq1IHSmaPbbLp+oQ== dependencies: base64-js "^1.3.0"