fix: upgrade react-native-camera from 3.31.1 to 3.35.0

Snyk has created this PR to upgrade react-native-camera from 3.31.1 to 3.35.0.

See this package in npm:
https://www.npmjs.com/package/react-native-camera

See this project in Snyk:
https://app.snyk.io/org/bluewallet/project/4d0df22a-0152-410a-8584-6df0d0a596d4?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
snyk-bot 2020-08-14 05:50:12 +00:00 committed by Overtorment
parent b3cf0c010b
commit 345b53bc88
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -14609,9 +14609,9 @@
"from": "git+https://github.com/Overtorment/react-native-blue-crypto.git"
},
"react-native-camera": {
"version": "3.31.1",
"resolved": "https://registry.npmjs.org/react-native-camera/-/react-native-camera-3.31.1.tgz",
"integrity": "sha512-Z2VQ2IpyQqIfyvyx7HxdxMxm7vq2hNX1RNcLmKirjS/c9jq0bsKbmerwojMFfw2kBSzp9CitDYqsa1CxZ0lZRg==",
"version": "3.35.0",
"resolved": "https://registry.npmjs.org/react-native-camera/-/react-native-camera-3.35.0.tgz",
"integrity": "sha512-hs9ja6qc2JMB2oYDzYuzOF1GUMRZY0O7KX1e7K7WJBQzAwsXnlwm4d2r6P61kGMk1FUDUn186Yc3kb5vfEAyoA==",
"requires": {
"prop-types": "^15.6.2"
}

View File

@ -111,7 +111,7 @@
"react-native": "0.62.2",
"react-native-biometrics": "git+https://github.com/BlueWallet/react-native-biometrics.git#f62b0b193e10376d4a0e8195c700a364ed4e5aaa",
"react-native-blue-crypto": "git+https://github.com/Overtorment/react-native-blue-crypto.git",
"react-native-camera": "3.31.1",
"react-native-camera": "3.35.0",
"react-native-default-preference": "1.4.3",
"react-native-device-info": "5.6.1",
"react-native-document-picker": "git+https://github.com/BlueWallet/react-native-document-picker.git#9ce83792db340d01b1361d24b19613658abef4aa",