diff --git a/package-lock.json b/package-lock.json index 1b92363..8322612 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "react-native-gesture-handler": "~2.24.0", "react-native-legal": "^1.3.1", "react-native-reanimated": "~3.17.4", - "react-native-safe-area-context": "5.4.0", + "react-native-safe-area-context": "^5.5.2", "react-native-screens": "~4.11.1" }, "devDependencies": { @@ -15379,9 +15379,9 @@ } }, "node_modules/react-native-safe-area-context": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-5.4.0.tgz", - "integrity": "sha512-JaEThVyJcLhA+vU0NU8bZ0a1ih6GiF4faZ+ArZLqpYbL6j7R3caRqj+mE3lEtKCuHgwjLg3bCxLL1GPUJZVqUA==", + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-5.5.2.tgz", + "integrity": "sha512-t4YVbHa9uAGf+pHMabGrb0uHrD5ogAusSu842oikJ3YKXcYp6iB4PTGl0EZNkUIR3pCnw/CXKn42OCfhsS0JIw==", "license": "MIT", "peerDependencies": { "react": "*", diff --git a/package.json b/package.json index 9657a02..27afd76 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "react-native-gesture-handler": "~2.24.0", "react-native-legal": "^1.3.1", "react-native-reanimated": "~3.17.4", - "react-native-safe-area-context": "5.4.0", + "react-native-safe-area-context": "5.5.2", "react-native-screens": "~4.11.1" }, "devDependencies": {