From 92e98841a2bb5c6dfd7924d55a82bb65194c8b11 Mon Sep 17 00:00:00 2001 From: Mykola Mokhnach Date: Sun, 8 Oct 2023 20:28:54 +0200 Subject: [PATCH] chore: Bump appium-adb --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1e2aea2a1..62958652a 100644 --- a/package.json +++ b/package.json @@ -59,8 +59,8 @@ ], "dependencies": { "@babel/runtime": "^7.0.0", - "appium-adb": "^9.14.10", - "appium-android-driver": "^5.14.9", + "appium-adb": "^9.14.12", + "appium-android-driver": "^5.14.10", "appium-chromedriver": "^5.6.5", "appium-uiautomator2-server": "^5.12.2", "asyncbox": "^2.3.1",