From 4dc1d8b3fbdcf49ddc049821e7abbe930783271f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Mar 2022 16:04:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 11e2405663c..7d2f4f86044 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "dependencies": { "@edtechfoundry/appium-uiautomator2-driver": "0.0.8", - "appium-android-driver": "^1.10.27", + "appium-android-driver": "^4.54.0", "appium-base-driver": "^2.0.19", "appium-fake-driver": "^0.1.10", "appium-ios-driver": "^1.12.27",