diff --git a/package-lock.json b/package-lock.json index 51c94e3a8..f99fe6df9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "appium": "^2.1.3", "appium-dashboard": "^2.0.2", "appium-device-farm": "^8.2.4", - "appium-uiautomator2-driver": "^2.29.8", + "appium-uiautomator2-driver": "^2.29.9", "appium-xcuitest-driver": "^5.2.0", "go-ios": "^1.0.115" } @@ -7239,9 +7239,9 @@ } }, "node_modules/appium-uiautomator2-driver": { - "version": "2.29.8", - "resolved": "https://registry.npmjs.org/appium-uiautomator2-driver/-/appium-uiautomator2-driver-2.29.8.tgz", - "integrity": "sha512-un6F1weYzUkRPe8nMzmzRY4jQcfme9cRMo6/tLvhUrJdL9uh4Mzpq/KyeQJCn6jDtbENAVrqmaNsFfnPGLydJA==", + "version": "2.29.9", + "resolved": "https://registry.npmjs.org/appium-uiautomator2-driver/-/appium-uiautomator2-driver-2.29.9.tgz", + "integrity": "sha512-O2OCmYVggFqn29pR3ZKcyq2XMmzYBVcOiLj5B86X9sFub1u50RSc5S92WCZJxOgZc6Y/A5RIwDRnWzAKZiU7yw==", "dependencies": { "@babel/runtime": "^7.0.0", "appium-adb": "^9.14.10", diff --git a/package.json b/package.json index 5e98409a8..03502235b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "appium": "^2.1.3", "appium-dashboard": "^2.0.2", "appium-device-farm": "^8.2.4", - "appium-uiautomator2-driver": "^2.29.8", + "appium-uiautomator2-driver": "^2.29.9", "appium-xcuitest-driver": "^5.2.0", "go-ios": "^1.0.115" },