From 9ff4a3335941f18b8c0c687c97796b9a257b5b72 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 Jun 2022 03:49:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JPEGJS-2859218 --- 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",