Update dependency detox to v19.8.2

This commit is contained in:
renovate[bot] 2022-07-25 14:39:07 +00:00 committed by GitHub
parent 8016364507
commit 7e5626f9ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 8 deletions

16
package-lock.json generated
View File

@ -39,7 +39,7 @@
"coinselect": "3.1.13",
"crypto-js": "4.1.1",
"dayjs": "1.11.4",
"detox": "19.6.9",
"detox": "19.8.2",
"ecpair": "2.0.1",
"ecurve": "1.0.6",
"electrum-client": "https://github.com/BlueWallet/rn-electrum-client#99ebcc649d91a8dc39bea7964b02dd9ead464aa4",
@ -10239,9 +10239,9 @@
}
},
"node_modules/detox": {
"version": "19.6.9",
"resolved": "https://registry.npmjs.org/detox/-/detox-19.6.9.tgz",
"integrity": "sha512-2kPoeSoDjC0xWYsH1WJBtMx7ogoKSXsci0gslRK7Nnn6Vb1WVGpF1A/SoKtTsE8uLGdh9u82g3eH35ZEVblsng==",
"version": "19.8.2",
"resolved": "https://registry.npmjs.org/detox/-/detox-19.8.2.tgz",
"integrity": "sha512-tlveupscUigMcQwP6yYCocY+Heh0t1gqroHcm1/elOuWcQ3kDTKV2yJmUn9L4ZGlGPEq0xNoMwnJ69/e1Ci7Fw==",
"hasInstallScript": true,
"dependencies": {
"ajv": "^8.6.3",
@ -10268,6 +10268,7 @@
"which": "^1.3.1",
"ws": "^7.0.0",
"yargs": "^16.0.3",
"yargs-parser": "^20.2.2",
"yargs-unparser": "^2.0.0"
},
"bin": {
@ -35501,9 +35502,9 @@
"dev": true
},
"detox": {
"version": "19.6.9",
"resolved": "https://registry.npmjs.org/detox/-/detox-19.6.9.tgz",
"integrity": "sha512-2kPoeSoDjC0xWYsH1WJBtMx7ogoKSXsci0gslRK7Nnn6Vb1WVGpF1A/SoKtTsE8uLGdh9u82g3eH35ZEVblsng==",
"version": "19.8.2",
"resolved": "https://registry.npmjs.org/detox/-/detox-19.8.2.tgz",
"integrity": "sha512-tlveupscUigMcQwP6yYCocY+Heh0t1gqroHcm1/elOuWcQ3kDTKV2yJmUn9L4ZGlGPEq0xNoMwnJ69/e1Ci7Fw==",
"requires": {
"ajv": "^8.6.3",
"bunyan": "^1.8.12",
@ -35529,6 +35530,7 @@
"which": "^1.3.1",
"ws": "^7.0.0",
"yargs": "^16.0.3",
"yargs-parser": "^20.2.2",
"yargs-unparser": "^2.0.0"
},
"dependencies": {

View File

@ -125,7 +125,7 @@
"coinselect": "3.1.13",
"crypto-js": "4.1.1",
"dayjs": "1.11.4",
"detox": "19.6.9",
"detox": "19.8.2",
"ecpair": "2.0.1",
"ecurve": "1.0.6",
"electrum-client": "https://github.com/BlueWallet/rn-electrum-client#99ebcc649d91a8dc39bea7964b02dd9ead464aa4",