Update dependency react-native-camera to v4.0.3

This commit is contained in:
Renovate Bot 2021-08-18 16:26:41 +00:00
parent 1a87814d91
commit 87e9362d92
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -17801,9 +17801,9 @@
"from": "git+https://github.com/BlueWallet/react-native-blue-crypto.git#fbc2e6beded0b7f61e0986ce98cca1230f84bc1c"
},
"react-native-camera": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/react-native-camera/-/react-native-camera-4.0.2.tgz",
"integrity": "sha512-na/vI6H+4Qz2IUpfkCa1cRbiLqtPNOQlZGH0W0ly9h+JUCWgCNLpII5r6Fd/UXS1dulbv9otQAY0ueI7QHD79Q==",
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/react-native-camera/-/react-native-camera-4.0.3.tgz",
"integrity": "sha512-5mGZDuzo7X3MbH3Z9vdkvz8tOAc1JqL3k0ldm9afCmwzN6JBMXYhMomnki6E8OrF+OE45sDpQURsozg2qO/k9A==",
"requires": {
"prop-types": "^15.6.2"
}

View file

@ -143,7 +143,7 @@
"react-localization": "1.0.17",
"react-native": "0.64.2",
"react-native-blue-crypto": "https://github.com/BlueWallet/react-native-blue-crypto#fbc2e6beded0b7f61e0986ce98cca1230f84bc1c",
"react-native-camera": "4.0.2",
"react-native-camera": "4.0.3",
"react-native-crypto": "2.2.0",
"react-native-default-preference": "1.4.3",
"react-native-device-info": "8.3.0",