diff --git a/package-lock.json b/package-lock.json index a77d4c8..eb2c272 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3590,6 +3590,13 @@ "react-native-safe-area-context": "3.2.0", "serialize-error": "2.1.0", "uuid": "3.4.0" + }, + "dependencies": { + "react-native-safe-area-context": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-3.2.0.tgz", + "integrity": "sha512-k2Nty4PwSnrg9HwrYeeE+EYqViYJoOFwEy9LxL5RIRfoqxAq/uQXNGwpUg2/u4gnKpBbEPa9eRh15KKMe/VHkA==" + } } }, "expo-application": { @@ -7530,9 +7537,9 @@ } }, "react-native-safe-area-context": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-3.2.0.tgz", - "integrity": "sha512-k2Nty4PwSnrg9HwrYeeE+EYqViYJoOFwEy9LxL5RIRfoqxAq/uQXNGwpUg2/u4gnKpBbEPa9eRh15KKMe/VHkA==" + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-3.4.1.tgz", + "integrity": "sha512-xfpVd0CiZR7oBhuwJ2HcZMehg5bjha1Ohu1XHpcT+9ykula0TgovH2BNU0R5Krzf/jBR1LMjR6VabxdlUjqxcA==" }, "react-native-screens": { "version": "3.4.0", diff --git a/package.json b/package.json index c2428cf..8cca1d9 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "react-native-gesture-handler": "~1.10.2", "react-native-gifted-chat": "^0.16.3", "react-native-reanimated": "~2.2.0", - "react-native-safe-area-context": "3.2.0", + "react-native-safe-area-context": "3.4.1", "react-native-screens": "~3.4.0", "react-native-web": "~0.13.12", "react-native-webrtc": "^1.92.2",