From 2725b4ed878584377468b5d3605aab1a85c214d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 11:14:59 +0000 Subject: [PATCH] chore: Bump appium-android-driver from 4.54.0 to 5.7.2 Bumps [appium-android-driver](https://github.com/appium/appium-android-driver) from 4.54.0 to 5.7.2. - [Release notes](https://github.com/appium/appium-android-driver/releases) - [Changelog](https://github.com/appium/appium-android-driver/blob/master/CHANGELOG.md) - [Commits](https://github.com/appium/appium-android-driver/compare/v4.54.0...v5.7.2) --- updated-dependencies: - dependency-name: appium-android-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..85c90694bb3 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ ], "dependencies": { "@babel/runtime": "^7.6.0", - "appium-android-driver": "^4.20.0", + "appium-android-driver": "^5.7.2", "appium-base-driver": "^7.0.0", "appium-espresso-driver": "^1.0.0", "appium-fake-driver": "^1.x",