From 1fd66c3885a10501bee452ec5854d060bf48eae4 Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Wed, 23 Oct 2024 01:59:15 +0000 Subject: [PATCH] chore(devDeps): detox@20.27.2->^20.27.5 - chore: migrate detox patch --- package.json | 2 +- ...detox+20.23.1.patch => detox+20.27.5.patch} | 0 yarn.lock | 18 +++++++++--------- 3 files changed, 10 insertions(+), 10 deletions(-) rename patches/{detox+20.23.1.patch => detox+20.27.5.patch} (100%) diff --git a/package.json b/package.json index 2aa696895aa..456966d1a64 100644 --- a/package.json +++ b/package.json @@ -434,7 +434,7 @@ "browserstack-local": "^1.5.1", "chromedriver": "^123.0.1", "depcheck": "^1.4.7", - "detox": "20.27.2", + "detox": "^20.27.5", "dotenv": "^16.0.3", "enzyme": "3.9.0", "enzyme-adapter-react-16": "1.10.0", diff --git a/patches/detox+20.23.1.patch b/patches/detox+20.27.5.patch similarity index 100% rename from patches/detox+20.23.1.patch rename to patches/detox+20.27.5.patch diff --git a/yarn.lock b/yarn.lock index da0950db470..a6b087e2140 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15715,15 +15715,15 @@ detect-node@^2.0.4: resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.1.0.tgz#c9c70775a49c3d03bc2c06d9a73be550f978f8b1" integrity sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g== -detox-copilot@^0.0.9: - version "0.0.9" - resolved "https://registry.yarnpkg.com/detox-copilot/-/detox-copilot-0.0.9.tgz#cc1ddd869868987d3527c93d2604b5d66f3c8466" - integrity sha512-Wk2fuisD8EH+349b0ysNWvZ7UEsThAChbYFlLqOR1jWkDaonEvgf6IOUlmxjvyTl9ENtl8ckd1U7k94yCBYwqw== +detox-copilot@^0.0.23: + version "0.0.23" + resolved "https://registry.yarnpkg.com/detox-copilot/-/detox-copilot-0.0.23.tgz#724aeb62424018b4b6d5620bb0dc7e800e4e4f6b" + integrity sha512-qDSdLwgPUMVawpE0R3agNWd2U69ilTnhf+SodSqqrkmTI0oG67IfkACvwox+K9Slcc8ki6y0Bw6QVBi54MqpaA== -detox@20.27.2: - version "20.27.2" - resolved "https://registry.yarnpkg.com/detox/-/detox-20.27.2.tgz#aa22a146b968b6e5f78687557081cf32d26ca066" - integrity sha512-cC6S40v7ix+uA5jYzG8eazSs7YtOWgc2aCwWLZIIzfE5Kvo0gfHgtqeRhrYWCMZaj/irKKs39h2B070oNQOIrA== +detox@^20.27.5: + version "20.27.5" + resolved "https://registry.yarnpkg.com/detox/-/detox-20.27.5.tgz#f67d1a0c9ddbb2b6edb838e1b32c63b486be66ea" + integrity sha512-JBe3fONwaSxYubd/36SZh3c2MaYs+Cx7sOA4GJfh16QTyoB7XvvbGrSlQDTbag/f0j5RZt4judPtg5A3P1/Uhg== dependencies: ajv "^8.6.3" bunyan "^1.8.12" @@ -15731,7 +15731,7 @@ detox@20.27.2: caf "^15.0.1" chalk "^4.0.0" child-process-promise "^2.2.0" - detox-copilot "^0.0.9" + detox-copilot "^0.0.23" execa "^5.1.1" find-up "^5.0.0" fs-extra "^11.0.0"