From 7f8cc6a291d1a2c78c68e3fb44ad18597042f05d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 11:30:58 +0000 Subject: [PATCH] chore(deps): bump appium-ios-simulator from 7.0.3 to 8.0.0 Bumps [appium-ios-simulator](https://github.com/appium/appium-ios-simulator) from 7.0.3 to 8.0.0. - [Release notes](https://github.com/appium/appium-ios-simulator/releases) - [Changelog](https://github.com/appium/appium-ios-simulator/blob/master/CHANGELOG.md) - [Commits](https://github.com/appium/appium-ios-simulator/compare/v7.0.3...v8.0.0) --- updated-dependencies: - dependency-name: appium-ios-simulator dependency-version: 8.0.0 dependency-type: direct:production 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 6991461f0..fa5d01d2c 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "@appium/strongbox": "^1.0.0-rc.1", "@appium/support": "^7.0.0-rc.1", "appium-ios-device": "^3.0.0", - "appium-ios-simulator": "^7.0.0", + "appium-ios-simulator": "^8.0.0", "async-lock": "^1.0.0", "asyncbox": "^3.0.0", "axios": "^1.4.0",