diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ed09635..ec15fd8 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -23,7 +23,7 @@ "react-i18next": "^17.0.6", "react-native": "0.81.5", "react-native-paper": "^5.15.1", - "react-native-safe-area-context": "~5.6.0", + "react-native-safe-area-context": "~5.7.0", "react-native-screens": "~4.16.0", "react-native-web": "^0.21.2" }, @@ -10857,9 +10857,9 @@ } }, "node_modules/react-native-safe-area-context": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-5.6.2.tgz", - "integrity": "sha512-4XGqMNj5qjUTYywJqpdWZ9IG8jgkS3h06sfVjfw5yZQZfWnRFXczi0GnYyFyCc2EBps/qFmoCH8fez//WumdVg==", + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-5.7.0.tgz", + "integrity": "sha512-/9/MtQz8ODphjsLdZ+GZAIcC/RtoqW9EeShf7Uvnfgm/pzYrJ75y3PV/J1wuAV1T5Dye5ygq4EAW20RoBq0ABQ==", "license": "MIT", "peerDependencies": { "react": "*", diff --git a/frontend/package.json b/frontend/package.json index 9744406..6391fab 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -27,7 +27,7 @@ "react-i18next": "^17.0.6", "react-native": "0.81.5", "react-native-paper": "^5.15.1", - "react-native-safe-area-context": "~5.6.0", + "react-native-safe-area-context": "~5.7.0", "react-native-screens": "~4.16.0", "react-native-web": "^0.21.2" },