From 3bc6f7b3b58e3e20b397d120e7f5eb713b6af2b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 00:30:30 -0700 Subject: [PATCH] chore(deps): bump appium-xcuitest-driver from 5.2.0 to 5.6.0 in /driver (#588) Bumps [appium-xcuitest-driver](https://github.com/appium/appium-xcuitest-driver) from 5.2.0 to 5.6.0. - [Release notes](https://github.com/appium/appium-xcuitest-driver/releases) - [Changelog](https://github.com/appium/appium-xcuitest-driver/blob/master/CHANGELOG.md) - [Commits](https://github.com/appium/appium-xcuitest-driver/compare/v5.2.0...v5.6.0) --- updated-dependencies: - dependency-name: appium-xcuitest-driver dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- driver/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/package.json b/driver/package.json index f2222187..0d71bc2b 100644 --- a/driver/package.json +++ b/driver/package.json @@ -75,7 +75,7 @@ "appium-android-driver": "^5.2.2", "appium-ios-device": "^2.4.1", "appium-uiautomator2-driver": "^2.29.4", - "appium-xcuitest-driver": "5.2.0", + "appium-xcuitest-driver": "5.6.0", "asyncbox": "^2.3.1", "bluebird": "^3.1.1", "lodash": "^4.0.0",