From 2aadfc6310c145e170c19a1b2b3d06835c536fce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 08:41:36 +0000 Subject: [PATCH] Bump detox from 20.25.1 to 20.27.3 in /fixture/react-native Bumps [detox](https://github.com/wix/Detox) from 20.25.1 to 20.27.3. - [Release notes](https://github.com/wix/Detox/releases) - [Commits](https://github.com/wix/Detox/compare/20.25.1...20.27.3) --- updated-dependencies: - dependency-name: detox dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- fixture/react-native/package.json | 2 +- fixture/react-native/yarn.lock | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/fixture/react-native/package.json b/fixture/react-native/package.json index f745face8..318aabfb7 100644 --- a/fixture/react-native/package.json +++ b/fixture/react-native/package.json @@ -37,7 +37,7 @@ "@types/react": "^18.2.6", "babel-jest": "^29.2.1", "babel-plugin-module-resolver": "^5.0.2", - "detox": "^20.25.1", + "detox": "^20.27.3", "glob": "^11.0.0", "jest": "^29.2.1", "metro-react-native-babel-preset": "0.76.8", diff --git a/fixture/react-native/yarn.lock b/fixture/react-native/yarn.lock index b5befc2cf..58d00c962 100644 --- a/fixture/react-native/yarn.lock +++ b/fixture/react-native/yarn.lock @@ -3100,10 +3100,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.1: - version "20.25.1" - resolved "https://registry.yarnpkg.com/detox/-/detox-20.25.1.tgz#72bfe34260388870ef4f7afd8171a475cf0c1146" - integrity sha512-l+VhhtwfIR8DR4Htvo3KUIx1VPQkYanwjxsKUlXrOM60e47GB45U87la3VYVpFEvUQ5liD46tWWDkY0fkhoOOw== +detox-copilot@^0.0.14: + version "0.0.14" + resolved "https://registry.yarnpkg.com/detox-copilot/-/detox-copilot-0.0.14.tgz#ccfa8de8a547c45a13c013d41ce18dd910386b22" + integrity sha512-XzruvuEVnX/sGkkDLDDLTGuwyoS0qLk+g5psDWgpLrnFd9w4QA0I65G5dwPzcK68lYaOGb0FThXv3fmD37/Mlg== + +detox@^20.27.3: + version "20.27.3" + resolved "https://registry.yarnpkg.com/detox/-/detox-20.27.3.tgz#82a1af0558d9e3ac6e21b8347e812f64338adcaf" + integrity sha512-bMAjL+6dQLF75DWbJb0gTp6/cOnpFqu5CU+VcE48ZIRLBQp5KD/ppk2zvx/B8k+CeQJjWFGs8exfpVuOBJUTpw== dependencies: ajv "^8.6.3" bunyan "^1.8.12" @@ -3111,6 +3116,7 @@ detox@^20.25.1: caf "^15.0.1" chalk "^4.0.0" child-process-promise "^2.2.0" + detox-copilot "^0.0.14" execa "^5.1.1" find-up "^5.0.0" fs-extra "^11.0.0"