diff --git a/package-lock.json b/package-lock.json index 58a12a14c5b6..c36a7fe0ad96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21804,9 +21804,9 @@ "integrity": "sha1-RvGKMgQyCYol6p+on1FD3SVNMy0=" }, "react-native-modal": { - "version": "11.5.6", - "resolved": "https://registry.npmjs.org/react-native-modal/-/react-native-modal-11.5.6.tgz", - "integrity": "sha512-APGNfbvgC4hXbJqcSADu79GLoMKIHUmgR3fDQ7rCGZNBypkStSP8imZ4PKK/OzIZZfjGU9aP49jhMgGbhY9KHA==", + "version": "11.10.0", + "resolved": "https://registry.npmjs.org/react-native-modal/-/react-native-modal-11.10.0.tgz", + "integrity": "sha512-syRYDJYSh16bR37R5EKU9T/wC+5bEOfF17IUqf5URdhbEDd+hxyMInC++l45E8oI+MtdOaEp9yAws5xDqk8dnA==", "requires": { "prop-types": "^15.6.2", "react-native-animatable": "1.3.3" diff --git a/package.json b/package.json index fa84f4797b29..6dfdf8b81425 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "react-native-image-pan-zoom": "^2.1.12", "react-native-image-picker": "^2.3.3", "react-native-keyboard-spacer": "^0.4.1", - "react-native-modal": "^11.5.6", + "react-native-modal": "^11.10.0", "react-native-onyx": "git+https://github.com/Expensify/react-native-onyx.git#586c76e7b90dbbde051d7ec7adbc4d53b2d51cd1", "react-native-pdf": "^6.2.2", "react-native-picker-select": "8.0.4",