diff --git a/package.json b/package.json index 6c3a1b6..3acfebc 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "react-native-camera": "^3.43.6", "react-native-crypto": "^2.2.0", "react-native-device-info": "^8.1.2", - "react-native-document-picker": "^5.0.3", + "react-native-document-picker": "^9.1.1", "react-native-dotenv": "^2.5.5", "react-native-draggable": "^3.3.0", "react-native-draggable-flatlist": "^2.6.1", diff --git a/yarn.lock b/yarn.lock index f5747d8..7b139f3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11779,10 +11779,12 @@ react-native-device-info@^8.1.2: resolved "https://registry.yarnpkg.com/react-native-device-info/-/react-native-device-info-8.1.3.tgz#022fc01372632bf80c0a6d201aab53344efc715f" integrity sha512-73e3wiGFL8DvIXEd8x4Aq+mO8mZvHARwfYorIEu+X0trLHY92bP5Ict8DJHDjCQ0+HtAvpA4Wda2VoUVN1zh6Q== -react-native-document-picker@^5.0.3: - version "5.0.4" - resolved "https://registry.yarnpkg.com/react-native-document-picker/-/react-native-document-picker-5.0.4.tgz#86a874e093284b21896581985b8b6e13e04a4251" - integrity sha512-PN3NYZFgz6McbcfH5Cu3yf3nE4UBAiJYdL26F5cjypOoCFhdfLz0NM13V/tVOLGhWZXNUmI3g4dhPQBthq+pJg== +react-native-document-picker@^9.1.1: + version "9.1.1" + resolved "https://registry.yarnpkg.com/react-native-document-picker/-/react-native-document-picker-9.1.1.tgz#54390c500396b61ed697095ef8a6f9cbe0977bc9" + integrity sha512-BW+7DbsILuFThlBm7NUFVUmKKf6Awkcf9R0q8wiCU2DlGGtAKQTt2iHpO5+Dn/7WMPB+rqNv3X1HsmJQ0t5R3g== + dependencies: + invariant "^2.2.4" react-native-dotenv@^2.5.5: version "2.5.5"