From 91f017f7b0094c102fc45c610a9021c40824dffd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 15:44:17 +0200 Subject: [PATCH] chore(deps): bump appium-adb from 10.0.0 to 11.0.1 (#356) Bumps [appium-adb](https://github.com/appium/appium-adb) from 10.0.0 to 11.0.1. - [Release notes](https://github.com/appium/appium-adb/releases) - [Changelog](https://github.com/appium/appium-adb/blob/master/CHANGELOG.md) - [Commits](https://github.com/appium/appium-adb/compare/v10.0.0...v11.0.1) --- updated-dependencies: - dependency-name: appium-adb dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 69b76f8..9f75148 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@appium/base-driver": "^9.1.0", "@appium/support": "^4.0.0", "@xmldom/xmldom": "^0.x", - "appium-adb": "^10.0.0", + "appium-adb": "^11.0.1", "asyncbox": "^2.0.2", "axios": "^1.x", "bluebird": "^3.5.1",