From 86f2ef8496bb0bf6e2cffca91de545feff81743e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 11:53:43 +0000 Subject: [PATCH] chore: Bump appium-mac2-driver from 0.14.1 to 1.2.0 Bumps [appium-mac2-driver](https://github.com/appium/appium-mac2-driver) from 0.14.1 to 1.2.0. - [Release notes](https://github.com/appium/appium-mac2-driver/releases) - [Changelog](https://github.com/appium/appium-mac2-driver/blob/master/.releaserc) - [Commits](https://github.com/appium/appium-mac2-driver/compare/v0.14.1...v1.2.0) --- updated-dependencies: - dependency-name: appium-mac2-driver 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 2f2f0596908..8b0340fb3d2 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "appium-geckodriver": "^0.x", "appium-ios-driver": "4.x", "appium-mac-driver": "1.x", - "appium-mac2-driver": "^0.x", + "appium-mac2-driver": "^1.x", "appium-safari-driver": "^2.1.0", "appium-support": "2.x", "appium-tizen-driver": "^1.1.1-beta.4",