diff --git a/package-lock.json b/package-lock.json index 8dea445..4f0aaaf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "react-native-element-dropdown": "^2.12.1", "react-native-gesture-handler": "~2.16.1", "react-native-reanimated": "~3.10.1", - "react-native-safe-area-context": "4.10.5", + "react-native-safe-area-context": "^4.10.8", "react-native-screens": "3.31.1", "react-native-web": "~0.19.10" }, @@ -15266,9 +15266,9 @@ } }, "node_modules/react-native-safe-area-context": { - "version": "4.10.5", - "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.10.5.tgz", - "integrity": "sha512-Wyb0Nqw2XJ6oZxW/cK8k5q7/UAhg/wbEG6UVf89rQqecDZTDA5ic//P9J6VvJRVZerzGmxWQpVuM7f+PRYUM4g==", + "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==", "license": "MIT", "peerDependencies": { "react": "*", diff --git a/package.json b/package.json index f05e358..cedbfc0 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "react-native-element-dropdown": "^2.12.1", "react-native-gesture-handler": "~2.16.1", "react-native-reanimated": "~3.10.1", - "react-native-safe-area-context": "4.10.5", + "react-native-safe-area-context": "4.10.8", "react-native-screens": "3.31.1", "react-native-web": "~0.19.10", "expo-notifications": "~0.28.19",