From 1760f2d586b5d18e13e9e78c8bb5e3de42316192 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 19 Oct 2020 21:39:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-1019388 --- 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",