diff --git a/bun.lock b/bun.lock index 7c20a599..d2a0e0f2 100644 --- a/bun.lock +++ b/bun.lock @@ -77,7 +77,7 @@ "react-native-progress": "^5.0.1", "react-native-reanimated": "~3.16.7", "react-native-reanimated-carousel": "3.5.1", - "react-native-safe-area-context": "5.1.0", + "react-native-safe-area-context": "5.5.0", "react-native-screens": "~4.5.0", "react-native-svg": "15.11.1", "react-native-tab-view": "^4.0.5", @@ -1913,7 +1913,7 @@ "react-native-reanimated-carousel": ["react-native-reanimated-carousel@3.5.1", "", { "peerDependencies": { "react": ">=16.8.0", "react-native": ">=0.6.0", "react-native-gesture-handler": ">=2.0.0", "react-native-reanimated": ">=3.0.0" } }, "sha512-9BBQV6JAYSQm2lV7MFtT4mzapXmW4IZO6s38gfiJL84Jg23ivGB1UykcNQauKgtHyhtW2NuZJzItb1s42lM+hA=="], - "react-native-safe-area-context": ["react-native-safe-area-context@5.1.0", "", { "peerDependencies": { "react": "*", "react-native": "*" } }, "sha512-Y4vyJX+0HPJUQNVeIJTj2/UOjbSJcB09OEwirAWDrOZ67Lz5p43AmjxSy8nnZft1rMzoh3rcPuonB6jJyHTfCw=="], + "react-native-safe-area-context": ["react-native-safe-area-context@5.5.0", "", { "peerDependencies": { "react": "*", "react-native": "*" } }, "sha512-BQcSvVEJj3T4zBQH9YrnlfcLGHiVOsmeiE10PSBsmI/xyzULSZdJISFOH0HLcLU7/nePC+HsaaVzIsEa1CVBYw=="], "react-native-screens": ["react-native-screens@4.5.0", "", { "dependencies": { "react-freeze": "^1.0.0", "warn-once": "^0.1.0" }, "peerDependencies": { "react": "*", "react-native": "*" } }, "sha512-yBWeN5EHNeew9f0ia9VE7JSlUQzCZEwkb87r7A7/Sg41OJHuRKHNRhmdCOiMBUqwwQi3F+b4NZGywjeM/gWMyg=="], diff --git a/package.json b/package.json index a63501a6..5c475b1b 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "react-native-progress": "^5.0.1", "react-native-reanimated": "~3.16.7", "react-native-reanimated-carousel": "3.5.1", - "react-native-safe-area-context": "5.1.0", + "react-native-safe-area-context": "5.5.0", "react-native-screens": "~4.5.0", "react-native-svg": "15.11.1", "react-native-tab-view": "^4.0.5",