From 41495d4bcf1d7547369e3fd179f03eb3d7ecb95f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 22 Feb 2021 06:52:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ADMZIP-1065796 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b6e197df..31c24668 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/appium/appium-adb", "dependencies": { - "adm-zip": "^0.4.7", + "adm-zip": "^0.5.2", "appium-logger": "^2.1.0", "appium-support": "^2.0.9", "asyncbox": "^2.3.1",