From 26d97486786edfcdfae4868696d4e1544f7d728c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 18:48:25 +0000 Subject: [PATCH] chore(deps-dev): bump appium-xcode from 5.2.23 to 6.0.0 Bumps [appium-xcode](https://github.com/appium/appium-xcode) from 5.2.23 to 6.0.0. - [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/v5.2.23...v6.0.0) --- updated-dependencies: - dependency-name: appium-xcode dependency-version: 6.0.0 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 75f5de9..56e1438 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@types/mocha": "^10.0.1", "@types/node": "^24.0.0", "@types/teen_process": "^2.0.2", - "appium-xcode": "^5.0.0", + "appium-xcode": "^6.0.0", "chai": "^5.1.1", "chai-as-promised": "^8.0.0", "conventional-changelog-conventionalcommits": "^9.0.0",