From c80dd0362118b252d0d56b46c6c63e23e3d475ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 23:11:26 +0000 Subject: [PATCH] Bump detox from 20.28.0 to 20.31.0 Bumps [detox](https://github.com/wix/Detox) from 20.28.0 to 20.31.0. - [Release notes](https://github.com/wix/Detox/releases) - [Commits](https://github.com/wix/Detox/compare/20.28.0...20.31.0) --- 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 | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 1124909..256c3f7 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.28.0", + "detox": "^20.31.0", "eslint": "^8.57.0", "eslint-plugin-detox": "^1.0.0", "eslint-plugin-import": "^2.31.0", diff --git a/yarn.lock b/yarn.lock index 5fd3e02..7fe86d1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3229,15 +3229,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-copilot@^0.0.24: - version "0.0.24" - resolved "https://registry.yarnpkg.com/detox-copilot/-/detox-copilot-0.0.24.tgz#e505073866d1f4ff00641f2e48ef441a4dff6bbc" - integrity sha512-42g0QyJS31URl28YRxc4hGozSXhbbB1sKwzxEjZR9WtLoSx6WYDsQkQD8+yP5t1NExiSCZAfvNmBw8PYQwDKwg== +detox-copilot@^0.0.27: + version "0.0.27" + resolved "https://registry.yarnpkg.com/detox-copilot/-/detox-copilot-0.0.27.tgz#350ee91ae6ba77acac78513ccbda7aafcb3c6faf" + integrity sha512-H2febTNp0arVx2A8rvM1C2BwDiBEP/2Ya8Hd1mVyV66rR5u8om1gdIypaRGm+plpTLCHhlefe4+7qLtHgVzpng== -detox@^20.28.0: - version "20.28.0" - resolved "https://registry.yarnpkg.com/detox/-/detox-20.28.0.tgz#7ae848e8df028c17d65cd0672040cd1c18338b25" - integrity sha512-JeUkWNnYE7lqby3S9AeYJP3ttCBKH+qZWACjWXwvSbe3tm6JeXvecVUYkzSoNfC4IzTX5p+rWvG0IPsfOsZSFw== +detox@^20.31.0: + version "20.31.0" + resolved "https://registry.yarnpkg.com/detox/-/detox-20.31.0.tgz#55a286b7431b150d23d25702e13ad977fc005c6c" + integrity sha512-6Vsm/o8hElUYuZrBOYDNfkxEU+8q1CZ38wg/st8e1guOaDamIO/5u4hVUHVmId381/3bxfTvC6cO5WgW6BXmUQ== dependencies: ajv "^8.6.3" bunyan "^1.8.12" @@ -3245,7 +3245,7 @@ detox@^20.28.0: caf "^15.0.1" chalk "^4.0.0" child-process-promise "^2.2.0" - detox-copilot "^0.0.24" + detox-copilot "^0.0.27" execa "^5.1.1" find-up "^5.0.0" fs-extra "^11.0.0"