From 75ca771196cbf17961a4da9f7256e61d519c5566 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 Sep 2021 00:54:17 +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 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f67153522..a589d9db1 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.21.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": "^15.0.1" }, "scripts": { "install": "node ./bin/install.js",