diff --git a/frontend/mobile/package-lock.json b/frontend/mobile/package-lock.json index a567990..b02a539 100644 --- a/frontend/mobile/package-lock.json +++ b/frontend/mobile/package-lock.json @@ -19,10 +19,10 @@ "expo-status-bar": "~1.12.1", "nativewind": "^2.0.11", "react": "18.2.0", - "react-native": "^0.75.0", + "react-native": "0.75.0", "react-native-gesture-handler": "^2.17.1", "react-native-reanimated": "^3.12.1", - "react-native-safe-area-context": "^4.10.5", + "react-native-safe-area-context": "^4.10.9", "react-native-screens": "^3.32.0", "react-native-toast-message": "^2.2.0", "react-quiz-component": "^0.8.2" @@ -12749,9 +12749,10 @@ } }, "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.9", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.10.9.tgz", + "integrity": "sha512-wz/JXV1kARWyP5q93PFNKQP03StVBimOK7rRYEJjM+blZdXbM6H7EP3XhQUb6OK620+0M1AzpcGgyTHvgSJNAw==", + "license": "MIT", "peerDependencies": { "react": "*", "react-native": "*" diff --git a/frontend/mobile/package.json b/frontend/mobile/package.json index 9c0a4a4..0da0581 100644 --- a/frontend/mobile/package.json +++ b/frontend/mobile/package.json @@ -24,7 +24,7 @@ "react-native": "0.75.0", "react-native-gesture-handler": "^2.17.1", "react-native-reanimated": "^3.12.1", - "react-native-safe-area-context": "^4.10.5", + "react-native-safe-area-context": "^4.10.9", "react-native-screens": "^3.32.0", "react-native-toast-message": "^2.2.0", "react-quiz-component": "^0.8.2"