From d2e06e7393ecbdb0bc75206f05f444458ba9cbe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 11:20:55 +0000 Subject: [PATCH] chore: Bump appium-mac2-driver from 0.14.1 to 1.5.1 Bumps [appium-mac2-driver](https://github.com/appium/appium-mac2-driver) from 0.14.1 to 1.5.1. - [Release notes](https://github.com/appium/appium-mac2-driver/releases) - [Changelog](https://github.com/appium/appium-mac2-driver/blob/master/CHANGELOG.md) - [Commits](https://github.com/appium/appium-mac2-driver/compare/v0.14.1...v1.5.1) --- 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 54c551f3579..03ff1be278a 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",