From e1b0ecbfe204382eafa85da94b82cc0f8fa6a6fe Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 6 Sep 2018 02:00:52 +0000 Subject: [PATCH] chore: pin appium-adb to 6.17.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ab62611c..674854ed2 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "lib": "lib" }, "dependencies": { - "appium-adb": "^6.15.0", + "appium-adb": "6.17.0", "appium-android-ime": "^2.0.0", "appium-base-driver": "^3.0.0", "appium-chromedriver": "^4.0.0",