mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
Update dependency detox to v19.8.2
This commit is contained in:
parent
8016364507
commit
7e5626f9ef
16
package-lock.json
generated
16
package-lock.json
generated
@ -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": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user