diff --git a/package-lock.json b/package-lock.json index 34b68c79b..6ceca4b60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -73,7 +73,7 @@ "react-native-gesture-handler": "2.21.2", "react-native-handoff": "github:BlueWallet/react-native-handoff#v0.0.4", "react-native-haptic-feedback": "2.3.3", - "react-native-image-picker": "7.2.1", + "react-native-image-picker": "7.2.2", "react-native-ios-context-menu": "github:BlueWallet/react-native-ios-context-menu#e5c1217cd220bfab6e6d9a7c65838545082e3f8e", "react-native-keychain": "9.1.0", "react-native-linear-gradient": "2.8.3", @@ -20685,9 +20685,9 @@ } }, "node_modules/react-native-image-picker": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/react-native-image-picker/-/react-native-image-picker-7.2.1.tgz", - "integrity": "sha512-dmZELlE79ldgRPLt/n3qkiFUtcJ/pst/aBP+EsHWAIjjWSqM337iiOzsaKYxTPrheop6bJ52jRSGxAubTj7y8w==", + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/react-native-image-picker/-/react-native-image-picker-7.2.2.tgz", + "integrity": "sha512-hcSaD/ohDac1ooDbZyKltfmOEAWrQOrPbusKEfbJQ7EfGveBEIF5wfmZsCjXRc0HNpGdQ71P1x2JZckkqu7IRw==", "license": "MIT", "peerDependencies": { "react": "*", diff --git a/package.json b/package.json index 8961d68f7..3950e65d7 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "react-native-gesture-handler": "2.21.2", "react-native-handoff": "github:BlueWallet/react-native-handoff#v0.0.4", "react-native-haptic-feedback": "2.3.3", - "react-native-image-picker": "7.2.1", + "react-native-image-picker": "7.2.2", "react-native-ios-context-menu": "github:BlueWallet/react-native-ios-context-menu#e5c1217cd220bfab6e6d9a7c65838545082e3f8e", "react-native-keychain": "9.1.0", "react-native-linear-gradient": "2.8.3",