From ebc6220a1e34c171c7834941aee4725e056cc6e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 17:57:17 +0100 Subject: [PATCH] chore(deps): bump appium-android-driver from 8.4.0 to 9.0.0 (#981) * chore(deps): bump appium-android-driver from 8.4.0 to 9.0.0 Bumps [appium-android-driver](https://github.com/appium/appium-android-driver) from 8.4.0 to 9.0.0. - [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/v8.4.0...v9.0.0) --- updated-dependencies: - dependency-name: appium-android-driver dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Remove extra import --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mykola Mokhnach --- lib/commands/misc.js | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/commands/misc.js b/lib/commands/misc.js index a6ad492c..d5d242ef 100644 --- a/lib/commands/misc.js +++ b/lib/commands/misc.js @@ -1,4 +1,3 @@ -import _ from 'lodash'; import { util } from 'appium/support'; import { errors } from 'appium/driver'; import { requireOptions } from '../utils'; diff --git a/package.json b/package.json index e6c2cb15..9f13af56 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ ], "dependencies": { "appium-adb": "^12.0.0", - "appium-android-driver": "^8.4.0", + "appium-android-driver": "^9.0.0", "asyncbox": "^3.0.0", "bluebird": "^3.5.0", "io.appium.settings": "^5.7.2",