Update dependency detox to v19.12.5

This commit is contained in:
renovate[bot] 2022-10-03 12:52:00 +00:00 committed by GitHub
parent 8d10c58b0c
commit ca416071a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -39,7 +39,7 @@
"coinselect": "3.1.13",
"crypto-js": "4.1.1",
"dayjs": "1.11.5",
"detox": "19.12.3",
"detox": "19.12.5",
"ecpair": "2.0.1",
"ecurve": "1.0.6",
"electrum-client": "https://github.com/BlueWallet/rn-electrum-client#76c0ea35e1a50c47f3a7f818d529ebd100161496",
@ -10594,9 +10594,9 @@
}
},
"node_modules/detox": {
"version": "19.12.3",
"resolved": "https://registry.npmjs.org/detox/-/detox-19.12.3.tgz",
"integrity": "sha512-zIlTUAnur99Oj1mfLC+WV/hx2scJGW2eXG2oWOKKVm97dhb9NrlvHSMB0vNYkKPL8KU/j2pO3zoPpJpH74tPoQ==",
"version": "19.12.5",
"resolved": "https://registry.npmjs.org/detox/-/detox-19.12.5.tgz",
"integrity": "sha512-vGL3CwfSARimbwbBPW3JZ4WEGgeqpT2PXyVcDyCWgmFu//K9/Ng6c0H2lysh4foSbtcMJgC6+zrATUX5wbThhw==",
"hasInstallScript": true,
"dependencies": {
"ajv": "^8.6.3",
@ -36071,9 +36071,9 @@
"dev": true
},
"detox": {
"version": "19.12.3",
"resolved": "https://registry.npmjs.org/detox/-/detox-19.12.3.tgz",
"integrity": "sha512-zIlTUAnur99Oj1mfLC+WV/hx2scJGW2eXG2oWOKKVm97dhb9NrlvHSMB0vNYkKPL8KU/j2pO3zoPpJpH74tPoQ==",
"version": "19.12.5",
"resolved": "https://registry.npmjs.org/detox/-/detox-19.12.5.tgz",
"integrity": "sha512-vGL3CwfSARimbwbBPW3JZ4WEGgeqpT2PXyVcDyCWgmFu//K9/Ng6c0H2lysh4foSbtcMJgC6+zrATUX5wbThhw==",
"requires": {
"ajv": "^8.6.3",
"bunyan": "^1.8.12",

View File

@ -125,7 +125,7 @@
"coinselect": "3.1.13",
"crypto-js": "4.1.1",
"dayjs": "1.11.5",
"detox": "19.12.3",
"detox": "19.12.5",
"ecpair": "2.0.1",
"ecurve": "1.0.6",
"electrum-client": "https://github.com/BlueWallet/rn-electrum-client#76c0ea35e1a50c47f3a7f818d529ebd100161496",