diff --git a/mobile/package-lock.json b/mobile/package-lock.json index 0715586..0927848 100644 --- a/mobile/package-lock.json +++ b/mobile/package-lock.json @@ -24,7 +24,7 @@ "expo-status-bar": "~57.0.1", "react": "19.2.3", "react-native": "0.86.0", - "react-native-safe-area-context": "~5.7.0", + "react-native-safe-area-context": "~5.8.0", "react-native-svg": "15.15.4" }, "devDependencies": { @@ -9770,9 +9770,9 @@ } }, "node_modules/react-native-safe-area-context": { - "version": "5.7.0", - "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-5.7.0.tgz", - "integrity": "sha512-/9/MtQz8ODphjsLdZ+GZAIcC/RtoqW9EeShf7Uvnfgm/pzYrJ75y3PV/J1wuAV1T5Dye5ygq4EAW20RoBq0ABQ==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-5.8.0.tgz", + "integrity": "sha512-t+ZsAVzY/wWzzx34vqGbo3/as9EEESJdbyZNL7Yg5EYX+toYMtMqFoDDCvqZUi35eeGVsXc6pAaEk4edMwbuCQ==", "license": "MIT", "peerDependencies": { "react": "*", diff --git a/mobile/package.json b/mobile/package.json index d5e4bdd..e29547c 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -32,7 +32,7 @@ "expo-status-bar": "~57.0.1", "react": "19.2.3", "react-native": "0.86.0", - "react-native-safe-area-context": "~5.7.0", + "react-native-safe-area-context": "~5.8.0", "react-native-svg": "15.15.4" }, "devDependencies": {