From 82a35548aeadcf122502b8cdf0d047b06469cc08 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 Sep 2021 00:39:14 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 11e2405663c..7ea42ee837b 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@edtechfoundry/appium-uiautomator2-driver": "0.0.8", "appium-android-driver": "^1.10.27", "appium-base-driver": "^2.0.19", - "appium-fake-driver": "^0.1.10", + "appium-fake-driver": "^0.2.0", "appium-ios-driver": "^1.12.27", "appium-logger": "^2.1.0", "appium-selendroid-driver": "^1.3.4",