Merge pull request #4997 from BlueWallet/renovate/detox-19.x

Update dependency detox to v19.11.0
This commit is contained in:
GLaDOS 2022-09-01 08:47:34 +01:00 committed by GitHub
commit ef7035c488
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.9.3",
"detox": "19.11.0",
"ecpair": "2.0.1",
"ecurve": "1.0.6",
"electrum-client": "https://github.com/BlueWallet/rn-electrum-client#99ebcc649d91a8dc39bea7964b02dd9ead464aa4",
@ -10479,9 +10479,9 @@
}
},
"node_modules/detox": {
"version": "19.9.3",
"resolved": "https://registry.npmjs.org/detox/-/detox-19.9.3.tgz",
"integrity": "sha512-CseLObMKLsxD1aTr7yfCQ6HgHxtklV6fZbkAU1pppJZeblHzg8mfKMOGFUheb2OzngmdQgUkcgNqN+DXdU29QA==",
"version": "19.11.0",
"resolved": "https://registry.npmjs.org/detox/-/detox-19.11.0.tgz",
"integrity": "sha512-/h0MTOXdPK8IhsdUojbIUGE4zX0TdKsgGRT20WOKlla4NIzed/3Kqlw0+m8bB5Ny7/UBOmbByBpwC/PcZbBvwA==",
"hasInstallScript": true,
"dependencies": {
"ajv": "^8.6.3",
@ -35950,9 +35950,9 @@
"dev": true
},
"detox": {
"version": "19.9.3",
"resolved": "https://registry.npmjs.org/detox/-/detox-19.9.3.tgz",
"integrity": "sha512-CseLObMKLsxD1aTr7yfCQ6HgHxtklV6fZbkAU1pppJZeblHzg8mfKMOGFUheb2OzngmdQgUkcgNqN+DXdU29QA==",
"version": "19.11.0",
"resolved": "https://registry.npmjs.org/detox/-/detox-19.11.0.tgz",
"integrity": "sha512-/h0MTOXdPK8IhsdUojbIUGE4zX0TdKsgGRT20WOKlla4NIzed/3Kqlw0+m8bB5Ny7/UBOmbByBpwC/PcZbBvwA==",
"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.9.3",
"detox": "19.11.0",
"ecpair": "2.0.1",
"ecurve": "1.0.6",
"electrum-client": "https://github.com/BlueWallet/rn-electrum-client#99ebcc649d91a8dc39bea7964b02dd9ead464aa4",