From 704cbc2d412a42a388f3bbec1f61259facc6a2ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jan 2022 11:31:18 +0000 Subject: [PATCH] chore: Bump appium-mac2-driver from 0.14.1 to 1.0.0 Bumps [appium-mac2-driver](https://github.com/appium/appium-mac2-driver) from 0.14.1 to 1.0.0. - [Release notes](https://github.com/appium/appium-mac2-driver/releases) - [Commits](https://github.com/appium/appium-mac2-driver/compare/v0.14.1...v1.0.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",