diff --git a/ios/Podfile.lock b/ios/Podfile.lock index bb0c942ced0d..bf2cbc78f3e7 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -2733,7 +2733,7 @@ PODS: - ReactCommon/turbomodule/core - SocketRocket - Yoga - - react-native-safe-area-context (5.4.0): + - react-native-safe-area-context (5.6.2): - boost - DoubleConversion - fast_float @@ -2751,8 +2751,8 @@ PODS: - React-graphics - React-ImageManager - React-jsi - - react-native-safe-area-context/common (= 5.4.0) - - react-native-safe-area-context/fabric (= 5.4.0) + - react-native-safe-area-context/common (= 5.6.2) + - react-native-safe-area-context/fabric (= 5.6.2) - React-NativeModulesApple - React-RCTFabric - React-renderercss @@ -2763,7 +2763,7 @@ PODS: - ReactCommon/turbomodule/core - SocketRocket - Yoga - - react-native-safe-area-context/common (5.4.0): + - react-native-safe-area-context/common (5.6.2): - boost - DoubleConversion - fast_float @@ -2791,7 +2791,7 @@ PODS: - ReactCommon/turbomodule/core - SocketRocket - Yoga - - react-native-safe-area-context/fabric (5.4.0): + - react-native-safe-area-context/fabric (5.6.2): - boost - DoubleConversion - fast_float @@ -4761,7 +4761,7 @@ SPEC CHECKSUMS: react-native-performance: a7a65d0b0f3055c5db33e1433e4345143ef6a100 react-native-plaid-link-sdk: 425c0a3a923310fcd8489142209ff1508372a7bf react-native-release-profiler: 6c3ed1765fee48e869170e4af339c838a747eaee - react-native-safe-area-context: 138d5c5f300c6568f2a64a7c01906ae3fcce0330 + react-native-safe-area-context: 0a3b034bb63a5b684dd2f5fffd3c90ef6ed41ee8 react-native-view-shot: 28aca10c6c6e5331959ba4b6cb2fced572f88af3 react-native-wallet: 4e3cc1f48ca653ad4a96df8da7e6bd9c8987b3e3 react-native-webview: cdce419e8022d0ef6f07db21890631258e7a9e6e diff --git a/package-lock.json b/package-lock.json index b0bed0bd4005..e587bec75ae9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -129,7 +129,7 @@ "react-native-reanimated": "4.1.5", "react-native-release-profiler": "0.4.2", "react-native-render-html": "6.3.1", - "react-native-safe-area-context": "5.4.0", + "react-native-safe-area-context": "5.6.2", "react-native-screens": "4.15.4", "react-native-share": "11.0.2", "react-native-sound": "^0.13.0", @@ -35871,7 +35871,9 @@ "license": "MIT" }, "node_modules/react-native-safe-area-context": { - "version": "5.4.0", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-5.6.2.tgz", + "integrity": "sha512-4XGqMNj5qjUTYywJqpdWZ9IG8jgkS3h06sfVjfw5yZQZfWnRFXczi0GnYyFyCc2EBps/qFmoCH8fez//WumdVg==", "license": "MIT", "peerDependencies": { "react": "*", diff --git a/package.json b/package.json index fd85e6dd9edd..da3f767d0b0a 100644 --- a/package.json +++ b/package.json @@ -200,7 +200,7 @@ "react-native-reanimated": "4.1.5", "react-native-release-profiler": "0.4.2", "react-native-render-html": "6.3.1", - "react-native-safe-area-context": "5.4.0", + "react-native-safe-area-context": "5.6.2", "react-native-screens": "4.15.4", "react-native-share": "11.0.2", "react-native-sound": "^0.13.0",