From b4c8f2507c21d562626fa022c3d474f50f6062fc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 2 Nov 2024 06:26:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VALIDATEJS-8309532 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f67153522..336d05981 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "adbkit": "^2.4.1", "appium-adb": "^2.6.19", - "appium-android-driver": "^1.10.27", + "appium-android-driver": "^5.0.0", "appium-base-driver": "^2.0.18", "appium-logger": "^2.1.0", "appium-support": "^2.0.9",