diff --git a/package-lock.json b/package-lock.json index bb6745e..15a840b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "expo": "^49.0.0", "expo-checkbox": "~2.3.1", "expo-font": "~11.1.1", - "expo-linking": "^5.0.0", + "expo-linking": "~5.0.0", "expo-screen-orientation": "~5.1.1", "expo-status-bar": "~1.4.4", "express": "^4.18.2", @@ -48,7 +48,7 @@ "react-native-paper": "^5.8.0", "react-native-qrcode-svg": "^6.2.0", "react-native-reanimated": "~2.14.4", - "react-native-safe-area-context": "4.5.0", + "react-native-safe-area-context": "^4.7.1", "react-native-screens": "~3.20.0", "react-native-shared-element": "0.8.8", "react-native-svg": "13.4.0", @@ -15207,9 +15207,9 @@ } }, "node_modules/react-native-safe-area-context": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.5.0.tgz", - "integrity": "sha512-0WORnk9SkREGUg2V7jHZbuN5x4vcxj/1B0QOcXJjdYWrzZHgLcUzYWWIUecUPJh747Mwjt/42RZDOaFn3L8kPQ==", + "version": "4.7.1", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.7.1.tgz", + "integrity": "sha512-X2pJG2ttmAbiGlItWedvDkZg1T1ikmEDiz+7HsiIwAIm2UbFqlhqn+B1JF53mSxPzdNaDcCQVHRNPvj8oFu6Yg==", "peerDependencies": { "react": "*", "react-native": "*" diff --git a/package.json b/package.json index 802f786..88e50e8 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "react-native-paper": "^5.8.0", "react-native-qrcode-svg": "^6.2.0", "react-native-reanimated": "~2.14.4", - "react-native-safe-area-context": "4.5.0", + "react-native-safe-area-context": "4.7.1", "react-native-screens": "~3.20.0", "react-native-shared-element": "0.8.8", "react-native-svg": "13.4.0",