From c66b39b04740565e8d3d93f433bde429c98145ff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Jan 2024 17:33:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f67153522..4089a0248 100644 --- a/package.json +++ b/package.json @@ -27,8 +27,8 @@ }, "dependencies": { "adbkit": "^2.4.1", - "appium-adb": "^2.6.19", - "appium-android-driver": "^1.10.27", + "appium-adb": "^9.0.0", + "appium-android-driver": "^5.0.0", "appium-base-driver": "^2.0.18", "appium-logger": "^2.1.0", "appium-support": "^2.0.9",