diff --git a/example/package.json b/example/package.json index 08f2197..1f3de4c 100644 --- a/example/package.json +++ b/example/package.json @@ -17,7 +17,7 @@ "react": "19.2.8", "react-native": "0.83.4", "react-native-device-info": "^14.1.1", - "react-native-safe-area-context": "^5.9.0", + "react-native-safe-area-context": "^5.9.1", "react-native-screens": "4.25.2" }, "devDependencies": { diff --git a/example/yarn.lock b/example/yarn.lock index 4c751d5..ac2dfd8 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -4946,10 +4946,10 @@ react-native-device-info@^14.1.1: resolved "https://registry.yarnpkg.com/react-native-device-info/-/react-native-device-info-14.1.1.tgz#f50c03902f87e4a99b1c51ed85163b795f02b3ea" integrity sha512-lXFpe6DJmzbQXNLWxlMHP2xuTU5gwrKAvI8dCAZuERhW9eOXSubOQIesk9lIBnsi9pI19GMrcpJEvs4ARPRYmw== -react-native-safe-area-context@^5.9.0: - version "5.9.0" - resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-5.9.0.tgz#7ef4caff9dde5844fe006de111acca17163c9b10" - integrity sha512-jRqIeU7+ezRlSPv1uIeqvjgh7qamxXknqs+vXOgnY2NJqBFpK9u5HfFUWUw7WtBbK8SeoMfVt2fE/KT5c9On0Q== +react-native-safe-area-context@^5.9.1: + version "5.9.1" + resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-5.9.1.tgz#ee5b2730f0816a22a332352076395c3f48aaa442" + integrity sha512-Zpx9Iwg6VhgNarWFpcIM61xK2lUbSfSXemQUmcvOVRpux49lJsUompY1S3E5jKUJbLq233qEpj28DgmXVsgZMQ== react-native-screens@4.25.2: version "4.25.2"