Skip to content

Commit

Permalink
chore(deps): bump appium-android-driver from 8.4.0 to 9.0.0 (#981)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
dependabot[bot] and mykola-mokhnach authored Feb 12, 2024
1 parent f8df103 commit ebc6220
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/commands/misc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import _ from 'lodash';
import { util } from 'appium/support';
import { errors } from 'appium/driver';
import { requireOptions } from '../utils';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ebc6220

Please sign in to comment.