From af47f598c1925a527859ba518755a21b10904dce Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Wed, 15 Jan 2025 20:00:35 -0800 Subject: [PATCH] chore: bump io.appium.settings to include the broad cast receiver update --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c3d4bd5b..e823654e 100644 --- a/package.json +++ b/package.json @@ -75,11 +75,11 @@ ], "dependencies": { "appium-adb": "^12.5.2", - "appium-android-driver": "^9.12.3", + "appium-android-driver": "^9.14.13", "asyncbox": "^3.0.0", "axios": "^1.7.2", "bluebird": "^3.5.0", - "io.appium.settings": "^5.12.0", + "io.appium.settings": "^5.12.22", "lodash": "^4.17.11", "portscanner": "^2.1.1", "semver": "^7.6.2",