From 9425d5a6dfe56579067e318431a0674e51dcd19b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 08:24:46 +0000 Subject: [PATCH] Bump appium-uiautomator2-driver from 2.29.8 to 2.29.9 Bumps [appium-uiautomator2-driver](https://github.com/appium/appium-uiautomator2-driver) from 2.29.8 to 2.29.9. - [Release notes](https://github.com/appium/appium-uiautomator2-driver/releases) - [Changelog](https://github.com/appium/appium-uiautomator2-driver/blob/master/CHANGELOG.md) - [Commits](https://github.com/appium/appium-uiautomator2-driver/compare/v2.29.8...v2.29.9) --- updated-dependencies: - dependency-name: appium-uiautomator2-driver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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" },