mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-04 20:27:20 +01:00
fix: upgrade react-native-camera from 3.28.0 to 3.30.0
Snyk has created this PR to upgrade react-native-camera from 3.28.0 to 3.30.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:
parent
f81d3bc5d8
commit
5c4fcbec42
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -14838,9 +14838,9 @@
|
|||
"from": "git+https://github.com/Overtorment/react-native-blue-crypto.git"
|
||||
},
|
||||
"react-native-camera": {
|
||||
"version": "3.28.0",
|
||||
"resolved": "https://registry.npmjs.org/react-native-camera/-/react-native-camera-3.28.0.tgz",
|
||||
"integrity": "sha512-B+87EQVTDs6tcE+aUfPQCSvmVXrDmPATgJ7E3ijVEGbHJSpU653oU5CZkVfEzJa+KSrAWvwxAoOImyDT46t24w==",
|
||||
"version": "3.30.0",
|
||||
"resolved": "https://registry.npmjs.org/react-native-camera/-/react-native-camera-3.30.0.tgz",
|
||||
"integrity": "sha512-rZorpBHXnc4MT9N6ddV4iC7h9dSUx4umtXvAKMkdYr3ZONlZcEfWxup7YCeAZ5wu4x43SvhSiTfYd8g0q+V0wg==",
|
||||
"requires": {
|
||||
"prop-types": "^15.6.2"
|
||||
}
|
||||
|
|
|
@ -110,7 +110,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.28.0",
|
||||
"react-native-camera": "3.30.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",
|
||||
|
|
Loading…
Add table
Reference in a new issue