mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
fix: upgrade react-native-camera from 3.17.0 to 3.19.1
Snyk has created this PR to upgrade react-native-camera from 3.17.0 to 3.19.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:
parent
6cb344286c
commit
424dc29afc
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -11449,9 +11449,9 @@
|
|||
"from": "git+https://github.com/BlueWallet/react-native-biometrics.git#2.0.0"
|
||||
},
|
||||
"react-native-camera": {
|
||||
"version": "3.17.0",
|
||||
"resolved": "https://registry.npmjs.org/react-native-camera/-/react-native-camera-3.17.0.tgz",
|
||||
"integrity": "sha512-Gd9E5XHrEScYPsugO4sYBYw+RnFg+M1kbjvsCE3B/pk+4Fk01tNY14RYoghYsimWWsQVgYNqOOJG5f1fQ3BUeg==",
|
||||
"version": "3.19.1",
|
||||
"resolved": "https://registry.npmjs.org/react-native-camera/-/react-native-camera-3.19.1.tgz",
|
||||
"integrity": "sha512-d6tMnIXLps322pXeH7HpQ/O10nhTclSbTd9J8WGxO71QxRpTTxq3NlMPHtwaGYOBVAEl9zho3lbe+/Zxql95jw==",
|
||||
"requires": {
|
||||
"prop-types": "^15.6.2"
|
||||
}
|
||||
|
|
|
@ -96,7 +96,7 @@
|
|||
"react-localization": "1.0.15",
|
||||
"react-native": "0.61.5",
|
||||
"react-native-biometrics": "git+https://github.com/BlueWallet/react-native-biometrics.git#2.0.0",
|
||||
"react-native-camera": "3.17.0",
|
||||
"react-native-camera": "3.19.1",
|
||||
"react-native-default-preference": "1.4.1",
|
||||
"react-native-device-info": "4.0.1",
|
||||
"react-native-document-picker": "git+https://github.com/BlueWallet/react-native-document-picker.git#9ce83792db340d01b1361d24b19613658abef4aa",
|
||||
|
|
Loading…
Add table
Reference in a new issue