diff --git a/example/package-lock.json b/example/package-lock.json index 2ba1527d..788eab8a 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -13,7 +13,7 @@ "@react-navigation/native-stack": "^6.10.1", "react": "18.2.0", "react-native": "0.71.10", - "react-native-safe-area-context": "^4.10.8", + "react-native-safe-area-context": "^4.14.0", "react-native-screens": "^3.32.0" }, "devDependencies": { @@ -6351,9 +6351,10 @@ "license": "MIT" }, "node_modules/react-native-safe-area-context": { - "version": "4.10.8", - "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.10.8.tgz", - "integrity": "sha512-Jx1lovhvIdYygg0UsMCBUJN0Wvj9GlA5bbcBLzjZf93uJpNHzaiHC4hR280+sNVK1+/pMHEyEkXVHDZE5JWn0w==", + "version": "4.14.0", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.14.0.tgz", + "integrity": "sha512-/SyYpCulWQOnnXhRq6wepkhoyQMowHm1ptDyRz20s+YS/R9mbd+mK+jFyFCyXFJn8jp7vFl43VUCgspuOiEbwA==", + "license": "MIT", "peerDependencies": { "react": "*", "react-native": "*" diff --git a/example/package.json b/example/package.json index c4121a24..40854cf7 100644 --- a/example/package.json +++ b/example/package.json @@ -14,7 +14,7 @@ "@react-navigation/native-stack": "^6.10.1", "react": "18.2.0", "react-native": "0.71.10", - "react-native-safe-area-context": "^4.10.8", + "react-native-safe-area-context": "^4.14.0", "react-native-screens": "^3.32.0" }, "devDependencies": {