diff --git a/package-lock.json b/package-lock.json index 40bef94..496fd18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "react-native": "0.86.2", "react-native-gesture-handler": "^3.1.0", "react-native-image-viewing": "^0.2.2", - "react-native-safe-area-context": "^5.6.2", + "react-native-safe-area-context": "^5.8.0", "react-native-screens": "^4.19.0", "react-native-webview": "^13.10.0" }, @@ -16728,9 +16728,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": "*", diff --git a/package.json b/package.json index eddf2ad..e60e34d 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "react-native": "0.86.2", "react-native-gesture-handler": "^3.1.0", "react-native-image-viewing": "^0.2.2", - "react-native-safe-area-context": "^5.6.2", + "react-native-safe-area-context": "^5.8.0", "react-native-screens": "^4.19.0", "react-native-webview": "^13.10.0" },