From f6fa0ebc204c16b1251cfe40f44967225410f67b Mon Sep 17 00:00:00 2001 From: Stian Jensen Date: Fri, 21 Apr 2023 10:28:53 +0200 Subject: [PATCH] build: bump yargs and yargs-parser (#4025) --- detox/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/detox/package.json b/detox/package.json index e1d75d6c46..7735520d90 100644 --- a/detox/package.json +++ b/detox/package.json @@ -88,8 +88,8 @@ "trace-event-lib": "^1.3.1", "which": "^1.3.1", "ws": "^7.0.0", - "yargs": "^16.0.3", - "yargs-parser": "^20.2.9", + "yargs": "^17.0.0", + "yargs-parser": "^21.0.0", "yargs-unparser": "^2.0.0" }, "peerDependencies": {