diff --git a/package-lock.json b/package-lock.json index ed64c72..34fc032 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "react-native": "0.73.6", "react-native-elements": "^3.4.3", "react-native-gesture-handler": "^2.16.0", - "react-native-safe-area-context": "^4.9.0", + "react-native-safe-area-context": "^4.10.1", "react-native-screens": "^3.30.1" }, "devDependencies": { @@ -12395,9 +12395,9 @@ } }, "node_modules/react-native-safe-area-context": { - "version": "4.9.0", - "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.9.0.tgz", - "integrity": "sha512-/OJD9Pb8IURyvn+1tWTszWPJqsbZ4hyHBU9P0xhOmk7h5owSuqL0zkfagU0pg7Vh0G2NKQkaPpUKUMMCUMDh/w==", + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.10.1.tgz", + "integrity": "sha512-w8tCuowDorUkPoWPXmhqosovBr33YsukkwYCDERZFHAxIkx6qBadYxfeoaJ91nCQKjkNzGrK5qhoNOeSIcYSpA==", "peerDependencies": { "react": "*", "react-native": "*" diff --git a/package.json b/package.json index 8556fdb..41d5daf 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "react-native": "0.73.6", "react-native-elements": "^3.4.3", "react-native-gesture-handler": "^2.16.0", - "react-native-safe-area-context": "^4.9.0", + "react-native-safe-area-context": "^4.10.1", "react-native-screens": "^3.30.1" }, "devDependencies": {