Merge pull request #2974 from BlueWallet/snyk-upgrade-001e790b48612dc02947bad99173ec96

[Snyk] Upgrade react-native-camera from 3.43.0 to 3.43.1
This commit is contained in:
GLaDOS 2021-04-17 05:41:42 +01:00 committed by GitHub
commit b6cf639341
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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" "from": "react-native-blue-crypto@git+https://github.com/Overtorment/react-native-blue-crypto.git"
}, },
"react-native-camera": { "react-native-camera": {
"version": "3.43.0", "version": "3.43.1",
"resolved": "https://registry.npmjs.org/react-native-camera/-/react-native-camera-3.43.0.tgz", "resolved": "https://registry.npmjs.org/react-native-camera/-/react-native-camera-3.43.1.tgz",
"integrity": "sha512-I+04f5L+7Z6ZwUarw+79VePAB//VxidPVsv1Ec7+uuKv3rAkZ+8OBxtm1487OVrY6V3dMdl7BKByv4BIDUY1pQ==", "integrity": "sha512-hglDMBpJyqxwlyElYjeY5zTj838P5LWUQcOpcO8zKh+w6waPyDi1F4vUd/5KHjQ4hPt0xJXXYuxo0IRGo5hyHQ==",
"requires": { "requires": {
"prop-types": "^15.6.2" "prop-types": "^15.6.2"
} }

View File

@ -126,7 +126,7 @@
"react-native": "0.63.4", "react-native": "0.63.4",
"react-localization": "1.0.16", "react-localization": "1.0.16",
"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.43.0", "react-native-camera": "3.43.1",
"react-native-default-preference": "1.4.3", "react-native-default-preference": "1.4.3",
"react-native-device-info": "8.0.7", "react-native-device-info": "8.0.7",
"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",