Update dependency detox to v20.26.1

This commit is contained in:
renovate[bot] 2024-09-05 09:41:08 +00:00 committed by GitHub
parent 4473f4aacb
commit 85d83f166b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 5 deletions

15
package-lock.json generated
View File

@ -47,7 +47,7 @@
"coinselect": "3.1.13",
"crypto-js": "4.2.0",
"dayjs": "1.11.13",
"detox": "20.25.6",
"detox": "20.26.1",
"ecpair": "2.0.1",
"ecurve": "1.0.6",
"electrum-client": "github:BlueWallet/rn-electrum-client#1bfe3cc",
@ -7141,9 +7141,9 @@
}
},
"node_modules/detox": {
"version": "20.25.6",
"resolved": "https://registry.npmjs.org/detox/-/detox-20.25.6.tgz",
"integrity": "sha512-UouUZ9Xa7WHzVIkv7QgAbG7aym0S7hQboiJJVw2ZfVUhdn4P3mfM6YED/g+fpRxVxiZDFCIziuIbOajToU8yUg==",
"version": "20.26.1",
"resolved": "https://registry.npmjs.org/detox/-/detox-20.26.1.tgz",
"integrity": "sha512-wGaqNpxTyFJzIcgIhmTeevsmjRIgvMNbi0TagmQPpE+RdiA59QQUkbS0o3FMCieZHxAr5XaIDwyh9ps0m1RAiw==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
@ -7153,6 +7153,7 @@
"caf": "^15.0.1",
"chalk": "^4.0.0",
"child-process-promise": "^2.2.0",
"detox-copilot": "^0.0.0",
"execa": "^5.1.1",
"find-up": "^5.0.0",
"fs-extra": "^11.0.0",
@ -7198,6 +7199,12 @@
}
}
},
"node_modules/detox-copilot": {
"version": "0.0.0",
"resolved": "https://registry.npmjs.org/detox-copilot/-/detox-copilot-0.0.0.tgz",
"integrity": "sha512-BasCw/JXlplL1UZfe19xJYT0i0JU4tdGPWutsmybGy6166Jvj2ryikbgoE1ls44F+41p9Y0Yei0cdBC7KawXeQ==",
"license": "MIT"
},
"node_modules/detox/node_modules/ajv": {
"version": "8.17.1",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",

View File

@ -110,7 +110,7 @@
"coinselect": "3.1.13",
"crypto-js": "4.2.0",
"dayjs": "1.11.13",
"detox": "20.25.6",
"detox": "20.26.1",
"ecpair": "2.0.1",
"ecurve": "1.0.6",
"electrum-client": "github:BlueWallet/rn-electrum-client#1bfe3cc",