fix: upgrade react-native-camera from 3.43.0 to 3.43.1

Snyk has created this PR to upgrade react-native-camera from 3.43.0 to 3.43.1.

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-04-17 03:51:05 +00:00
parent 3c99e94b4e
commit 4f63314248
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

@ -18492,9 +18492,9 @@
"from": "react-native-blue-crypto@git+https://github.com/Overtorment/react-native-blue-crypto.git"
},
"react-native-camera": {
"version": "3.43.0",
"resolved": "https://registry.npmjs.org/react-native-camera/-/react-native-camera-3.43.0.tgz",
"integrity": "sha512-I+04f5L+7Z6ZwUarw+79VePAB//VxidPVsv1Ec7+uuKv3rAkZ+8OBxtm1487OVrY6V3dMdl7BKByv4BIDUY1pQ==",
"version": "3.43.1",
"resolved": "https://registry.npmjs.org/react-native-camera/-/react-native-camera-3.43.1.tgz",
"integrity": "sha512-hglDMBpJyqxwlyElYjeY5zTj838P5LWUQcOpcO8zKh+w6waPyDi1F4vUd/5KHjQ4hPt0xJXXYuxo0IRGo5hyHQ==",
"requires": {
"prop-types": "^15.6.2"
}

View file

@ -126,7 +126,7 @@
"react-native": "0.63.4",
"react-localization": "1.0.16",
"react-native-blue-crypto": "git+https://github.com/Overtorment/react-native-blue-crypto.git",
"react-native-camera": "3.43.0",
"react-native-camera": "3.43.1",
"react-native-default-preference": "1.4.3",
"react-native-device-info": "8.0.7",
"react-native-document-picker": "git+https://github.com/BlueWallet/react-native-document-picker.git#3684d4fcc2bc0b47c32be39024e4796004c3e428",