From 291cec632d613c6b0217ff8014fc33494f5de40d Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sat, 18 Aug 2018 02:11:07 +0000 Subject: [PATCH] chore: pin appium-android-bootstrap to 2.13.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ade824b2..c138183c1 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "appium-adb": "^6.15.0", - "appium-android-bootstrap": "^2.11.0", + "appium-android-bootstrap": "2.13.0", "appium-android-ime": "^2.0.0", "appium-base-driver": "^3.0.0", "appium-chromedriver": "^4.0.0",