diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 3ff0622afab5..a92ca0d11e00 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1736,7 +1736,7 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - react-native-document-picker (10.1.1): + - react-native-document-picker (10.1.3): - DoubleConversion - glog - hermes-engine @@ -3488,7 +3488,7 @@ SPEC CHECKSUMS: react-native-blob-util: d65692a2acce17b7a836805114828142a3634033 react-native-cameraroll: 78710a5d35b0c6f41899a193e714564d8fd648b0 react-native-config: 5b9e180ca7beb5748ba473b257bb9a7d10e2a957 - react-native-document-picker: 5cb1c6615796389f4f1b7fe2e4f103e38e4d6398 + react-native-document-picker: ead1d62b121e66ab5edbf6fcfdbfb58e81662b55 react-native-geolocation: cd91e4fd914de585933c836fd71f6bdb3c97a410 react-native-image-picker: 9e419813377d42566b0168121ab9483614488db5 react-native-key-command: 96c9dfb09bc89ecd1d58348c0d3ed84d0255648b diff --git a/package-lock.json b/package-lock.json index f3bc74c9d47f..d36891a331f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@react-native-clipboard/clipboard": "^1.15.0", "@react-native-community/geolocation": "3.3.0", "@react-native-community/netinfo": "11.2.1", - "@react-native-documents/picker": "^10.1.1", + "@react-native-documents/picker": "^10.1.3", "@react-native-firebase/analytics": "^12.3.0", "@react-native-firebase/app": "^12.3.0", "@react-native-firebase/crashlytics": "^12.3.0", @@ -9515,9 +9515,9 @@ } }, "node_modules/@react-native-documents/picker": { - "version": "10.1.1", - "resolved": "https://registry.npmjs.org/@react-native-documents/picker/-/picker-10.1.1.tgz", - "integrity": "sha512-RijOCQmesOPe4ahtwOag6k6GLhLHf34sMQtAJ4KjLk7ab0kG5Chvcsvd5zixWC4d0tuBnVAtMUOzvn0bp+UtAg==", + "version": "10.1.3", + "resolved": "https://registry.npmjs.org/@react-native-documents/picker/-/picker-10.1.3.tgz", + "integrity": "sha512-nHgJFXEfNYo49Of55RB1zkdVhUCI/R0g2R7H3nzBQINo+EO+UvMViSvV8AcVXG/ZJakOt1gukOoJUX1g7Br8Aw==", "license": "MIT", "peerDependencies": { "react": "*", diff --git a/package.json b/package.json index 4d9a67fe408b..622167311261 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "@react-native-clipboard/clipboard": "^1.15.0", "@react-native-community/geolocation": "3.3.0", "@react-native-community/netinfo": "11.2.1", - "@react-native-documents/picker": "^10.1.1", + "@react-native-documents/picker": "^10.1.3", "@react-native-firebase/analytics": "^12.3.0", "@react-native-firebase/app": "^12.3.0", "@react-native-firebase/crashlytics": "^12.3.0",