From 68d73a70fac19df279199a5a2b9a327712f68093 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 18:43:55 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 - https://snyk.io/vuln/SNYK-JS-PHIN-6598077 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f67153522..5686c31c0 100644 --- a/package.json +++ b/package.json @@ -27,8 +27,8 @@ }, "dependencies": { "adbkit": "^2.4.1", - "appium-adb": "^2.6.19", - "appium-android-driver": "^1.10.27", + "appium-adb": "^9.0.0", + "appium-android-driver": "^5.0.0", "appium-base-driver": "^2.0.18", "appium-logger": "^2.1.0", "appium-support": "^2.0.9", @@ -36,7 +36,7 @@ "asyncbox": "^2.3.1", "babel-runtime": "=5.8.24", "bluebird": "^2.10.2", - "lodash": "^3.10.1", + "lodash": "^4.17.17", "request-promise": "^4.1.1", "source-map-support": "^0.3.2", "teen_process": "^1.3.1",