Skip to content

Commit ebc6220

Browse files
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](appium/appium-android-driver@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] <[email protected]> * Remove extra import --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mykola Mokhnach <[email protected]>
1 parent f8df103 commit ebc6220

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/commands/misc.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import _ from 'lodash';
21
import { util } from 'appium/support';
32
import { errors } from 'appium/driver';
43
import { requireOptions } from '../utils';

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
],
7474
"dependencies": {
7575
"appium-adb": "^12.0.0",
76-
"appium-android-driver": "^8.4.0",
76+
"appium-android-driver": "^9.0.0",
7777
"asyncbox": "^3.0.0",
7878
"bluebird": "^3.5.0",
7979
"io.appium.settings": "^5.7.2",

0 commit comments

Comments
 (0)