From 90ceb336157f207074875e38ca5ef6748dae0372 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 23:53:55 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PHIN-6598077 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eb6787400..4bd0d0fbb 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "homepage": "https://github.com/timoa/cdkit.ui.automation#readme", "dependencies": { "@snyk/protect": "1.900.0", - "appium": "1.22.3", + "appium": "2.0.0", "chai": "3.5.0", "chai-as-promised": "6.0.0", "commander": "3.0.2",