From 85b9e4fc30c13f81873408e701fcee089368e0d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:40:26 +0000 Subject: [PATCH] chore(deps): bump appium-adb from 10.0.0 to 11.0.1 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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a56342bc..1b858b0a 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "npm-shrinkwrap.json" ], "dependencies": { - "appium-adb": "^10.0.0", + "appium-adb": "^11.0.1", "appium-android-driver": "^7.1.3", "asyncbox": "^2.3.1", "bluebird": "^3.5.0",