diff --git a/ios/Podfile.lock b/ios/Podfile.lock index c63c973a4a..dbd6007ffa 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -323,7 +323,7 @@ PODS: - React-Core - react-native-restart (0.0.27): - React-Core - - react-native-safe-area-context (4.11.0): + - react-native-safe-area-context (4.11.1): - React-Core - react-native-sfsymbols (1.2.2): - React @@ -701,7 +701,7 @@ SPEC CHECKSUMS: react-native-ios-context-menu: e529171ba760a1af7f2ef0729f5a7f4d226171c5 react-native-netinfo: 076df4f9b07f6670acf4ce9a75aac8d34c2e2ccc react-native-restart: 7595693413fe3ca15893702f2c8306c62a708162 - react-native-safe-area-context: 851c62c48dce80ccaa5637b6aa5991a1bc36eca9 + react-native-safe-area-context: 5141f11858b033636f1788b14f32eaba92cee810 react-native-sfsymbols: ca90d8bb7d6ad06523bf833f2becae22b97fb056 react-native-webview: 265d09bdb52de0fc52b1e07c76229d3a571eb88f React-NativeModulesApple: edb5ace14f73f4969df6e7b1f3e41bef0012740f diff --git a/package-lock.json b/package-lock.json index 6be3bd88ba..17b2e7be4b 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.11.0", + "react-native-safe-area-context": "4.11.1", "react-native-screens": "3.24.0", "react-native-search-bar": "3.5.1", "react-native-sfsymbols": "1.2.2", @@ -17742,9 +17742,9 @@ } }, "node_modules/react-native-safe-area-context": { - "version": "4.11.0", - "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.11.0.tgz", - "integrity": "sha512-Bg7bozxEB+ZS+H3tVYs5yY1cvxNXgR6nRQwpSMkYR9IN5CbxohLnSprrOPG/ostTCd4F6iCk0c51pExEhifSKQ==", + "version": "4.11.1", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.11.1.tgz", + "integrity": "sha512-urF1m4nFiZFaWjsv2zj8J/hKvo4b2tJW+6CYU1mY4lKv1RwhG2eV8J/EHKuNlLhATZx3+6j7szrpHrQW2ZcAaQ==", "license": "MIT", "peerDependencies": { "react": "*", diff --git a/package.json b/package.json index 8e86feabb8..34f2cbca6c 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.11.0", + "react-native-safe-area-context": "4.11.1", "react-native-screens": "3.24.0", "react-native-search-bar": "3.5.1", "react-native-sfsymbols": "1.2.2",