diff --git a/ios/Podfile.lock b/ios/Podfile.lock index ad12419532..c7cd2b071f 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -323,12 +323,8 @@ PODS: - React-Core - react-native-restart (0.0.27): - React-Core - - react-native-safe-area-context (4.5.0): - - RCT-Folly - - RCTRequired - - RCTTypeSafety + - react-native-safe-area-context (4.10.9): - React-Core - - ReactCommon/turbomodule/core - react-native-sfsymbols (1.2.2): - React - react-native-webview (13.12.1): @@ -705,7 +701,7 @@ SPEC CHECKSUMS: react-native-ios-context-menu: e529171ba760a1af7f2ef0729f5a7f4d226171c5 react-native-netinfo: 076df4f9b07f6670acf4ce9a75aac8d34c2e2ccc react-native-restart: 7595693413fe3ca15893702f2c8306c62a708162 - react-native-safe-area-context: 39c2d8be3328df5d437ac1700f4f3a4f75716acc + react-native-safe-area-context: ab8f4a3d8180913bd78ae75dd599c94cce3d5e9a react-native-sfsymbols: ca90d8bb7d6ad06523bf833f2becae22b97fb056 react-native-webview: 01b34ff1a34ee941e7465fc2c40e24aa3f84a374 React-NativeModulesApple: edb5ace14f73f4969df6e7b1f3e41bef0012740f diff --git a/package-lock.json b/package-lock.json index e99318dcbd..06352e0334 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "react-native-popover-view": "5.1.8", "react-native-reanimated": "3.7.2", "react-native-restart": "0.0.27", - "react-native-safe-area-context": "4.5.0", + "react-native-safe-area-context": "4.10.9", "react-native-screens": "3.24.0", "react-native-search-bar": "3.5.1", "react-native-sfsymbols": "1.2.2", @@ -17391,9 +17391,10 @@ } }, "node_modules/react-native-safe-area-context": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.5.0.tgz", - "integrity": "sha512-0WORnk9SkREGUg2V7jHZbuN5x4vcxj/1B0QOcXJjdYWrzZHgLcUzYWWIUecUPJh747Mwjt/42RZDOaFn3L8kPQ==", + "version": "4.10.9", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.10.9.tgz", + "integrity": "sha512-wz/JXV1kARWyP5q93PFNKQP03StVBimOK7rRYEJjM+blZdXbM6H7EP3XhQUb6OK620+0M1AzpcGgyTHvgSJNAw==", + "license": "MIT", "peerDependencies": { "react": "*", "react-native": "*" diff --git a/package.json b/package.json index 9ec316a83d..7022917dd7 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "react-native-popover-view": "5.1.8", "react-native-reanimated": "3.7.2", "react-native-restart": "0.0.27", - "react-native-safe-area-context": "4.5.0", + "react-native-safe-area-context": "4.10.9", "react-native-screens": "3.24.0", "react-native-search-bar": "3.5.1", "react-native-sfsymbols": "1.2.2",