From 9238cbca1d0f800f4cb35fd56b9d9b15a1889223 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 11:04:08 +0000 Subject: [PATCH] chore(deps-dev): bump appium-xcode from 3.11.0 to 4.0.5 Bumps [appium-xcode](https://github.com/appium/appium-xcode) from 3.11.0 to 4.0.5. - [Release notes](https://github.com/appium/appium-xcode/releases) - [Changelog](https://github.com/appium/appium-xcode/blob/master/CHANGELOG.md) - [Commits](https://github.com/appium/appium-xcode/compare/v3.11.0...v4.0.5) --- updated-dependencies: - dependency-name: appium-xcode dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 03831882e..eb8ffcca1 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "devDependencies": { "appium-gulp-plugins": "^5.0.0", "appium-test-support": "^1.3.1", - "appium-xcode": "^3.8.0", + "appium-xcode": "^4.0.5", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "eslint-config-appium": "^4.0.1",