From 0c924d098bf4621f1092499b81f47f644fecee1c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 May 2022 05:01:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f67153522..9f71f4110 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": "^4.9.0", "appium-base-driver": "^2.0.18", "appium-logger": "^2.1.0", "appium-support": "^2.0.9", @@ -41,7 +41,7 @@ "source-map-support": "^0.3.2", "teen_process": "^1.3.1", "utf7": "^1.0.0", - "yargs": "^3.29.0" + "yargs": "^13.2.4" }, "scripts": { "install": "node ./bin/install.js",