From 20930db3c3485715f58643bcdb1dacbd12bdec8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 23:41:23 +0000 Subject: [PATCH] Bump detox from 20.25.6 to 20.27.2 Bumps [detox](https://github.com/wix/Detox) from 20.25.6 to 20.27.2. - [Release notes](https://github.com/wix/Detox/releases) - [Commits](https://github.com/wix/Detox/compare/20.25.6...20.27.2) --- updated-dependencies: - dependency-name: detox dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6eb1b50..71bc311 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@types/react": "^18.2.40", "@types/react-test-renderer": "^18.0.7", "babel-jest": "^29.7.0", - "detox": "^20.25.6", + "detox": "^20.27.2", "eslint": "^8.57.0", "eslint-plugin-detox": "^1.0.0", "eslint-plugin-import": "^2.29.1", diff --git a/yarn.lock b/yarn.lock index 1923318..d84a16b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3403,10 +3403,15 @@ detect-newline@^3.0.0: resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651" integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA== -detox@^20.25.6: - version "20.25.6" - resolved "https://registry.yarnpkg.com/detox/-/detox-20.25.6.tgz#7fd59555caecd4eaf8a2cf1807f8bdee043355e0" - integrity sha512-UouUZ9Xa7WHzVIkv7QgAbG7aym0S7hQboiJJVw2ZfVUhdn4P3mfM6YED/g+fpRxVxiZDFCIziuIbOajToU8yUg== +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@^20.27.2: + version "20.27.2" + resolved "https://registry.yarnpkg.com/detox/-/detox-20.27.2.tgz#aa22a146b968b6e5f78687557081cf32d26ca066" + integrity sha512-cC6S40v7ix+uA5jYzG8eazSs7YtOWgc2aCwWLZIIzfE5Kvo0gfHgtqeRhrYWCMZaj/irKKs39h2B070oNQOIrA== dependencies: ajv "^8.6.3" bunyan "^1.8.12" @@ -3414,6 +3419,7 @@ detox@^20.25.6: caf "^15.0.1" chalk "^4.0.0" child-process-promise "^2.2.0" + detox-copilot "^0.0.9" execa "^5.1.1" find-up "^5.0.0" fs-extra "^11.0.0"