diff --git a/app/mobile/package-lock.json b/app/mobile/package-lock.json index 9479108..06190fc 100644 --- a/app/mobile/package-lock.json +++ b/app/mobile/package-lock.json @@ -36,7 +36,7 @@ "react-dom": "19.1.0", "react-native": "0.81.5", "react-native-get-random-values": "^2.0.0", - "react-native-safe-area-context": "~5.6.0", + "react-native-safe-area-context": "~5.8.0", "react-native-screens": "~4.16.0", "react-native-web": "^0.21.2" }, @@ -3941,7 +3941,7 @@ "version": "19.1.17", "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.17.tgz", "integrity": "sha512-Qec1E3mhALmaspIrhWt9jkQMNdw6bReVu64mjvhbhq2NFPftLPVr+l1SZgmw/66WwBNpDh7ao5AT6gF5v41PFA==", - "dev": true, + "devOptional": true, "license": "MIT", "dependencies": { "csstype": "^3.0.2" @@ -6318,7 +6318,7 @@ "version": "3.2.3", "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz", "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==", - "dev": true, + "devOptional": true, "license": "MIT" }, "node_modules/data-urls": { @@ -12914,9 +12914,9 @@ } }, "node_modules/react-native-safe-area-context": { - "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==", + "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": "*", @@ -14830,7 +14830,7 @@ "version": "5.9.3", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", - "dev": true, + "devOptional": true, "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/app/mobile/package.json b/app/mobile/package.json index 9eba1f7..40169d7 100644 --- a/app/mobile/package.json +++ b/app/mobile/package.json @@ -39,7 +39,7 @@ "react-dom": "19.1.0", "react-native": "0.81.5", "react-native-get-random-values": "^2.0.0", - "react-native-safe-area-context": "~5.6.0", + "react-native-safe-area-context": "~5.8.0", "react-native-screens": "~4.16.0", "react-native-web": "^0.21.2" },