fix: upgrade react-native-camera from 3.40.0 to 3.42.0

Snyk has created this PR to upgrade react-native-camera from 3.40.0 to 3.42.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 2021-02-05 03:55:37 +00:00
parent 82d25e5982
commit 3c37f8f726
No known key found for this signature in database
GPG Key ID: 09541BBFF0C4C795
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -19018,9 +19018,9 @@
"from": "git+https://github.com/Overtorment/react-native-blue-crypto.git" "from": "git+https://github.com/Overtorment/react-native-blue-crypto.git"
}, },
"react-native-camera": { "react-native-camera": {
"version": "3.40.0", "version": "3.42.0",
"resolved": "https://registry.npmjs.org/react-native-camera/-/react-native-camera-3.40.0.tgz", "resolved": "https://registry.npmjs.org/react-native-camera/-/react-native-camera-3.42.0.tgz",
"integrity": "sha512-Ur0hZqZcl3SntTVMB9GxuiLYpQxqwgzhQVb+7EGae4WjfDzQEwlGF0bJ7UpZyeUTb1oZmsiSib58xUckn11XMw==", "integrity": "sha512-DFsZeRy9TKP/pGef5iLX1AWxP9eAnlbGcA76fEoFXse6EP56sdgjYe+wudJsGZ//arGrYBqjq6wog13HMsJaoQ==",
"requires": { "requires": {
"prop-types": "^15.6.2" "prop-types": "^15.6.2"
} }

View File

@ -121,7 +121,7 @@
"react-localization": "1.0.15", "react-localization": "1.0.15",
"react-native": "0.63.3", "react-native": "0.63.3",
"react-native-blue-crypto": "git+https://github.com/Overtorment/react-native-blue-crypto.git", "react-native-blue-crypto": "git+https://github.com/Overtorment/react-native-blue-crypto.git",
"react-native-camera": "3.40.0", "react-native-camera": "3.42.0",
"react-native-default-preference": "1.4.3", "react-native-default-preference": "1.4.3",
"react-native-device-info": "7.3.1", "react-native-device-info": "7.3.1",
"react-native-document-picker": "git+https://github.com/BlueWallet/react-native-document-picker.git#3684d4fcc2bc0b47c32be39024e4796004c3e428", "react-native-document-picker": "git+https://github.com/BlueWallet/react-native-document-picker.git#3684d4fcc2bc0b47c32be39024e4796004c3e428",