From 2bf2c61a5deb960a3f97b769c2537d2035b829a5 Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Sat, 6 Jan 2024 10:40:13 -0800 Subject: [PATCH] feat: update io.appium.settings to use newer location deps --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 99247c8d..de47ff41 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "asyncbox": "^3.0.0", "axios": "^1.x", "bluebird": "^3.4.7", - "io.appium.settings": "^5.2.0", + "io.appium.settings": "^5.3.0", "lodash": "^4.17.4", "lru-cache": "^10.0.1", "moment": "^2.24.0",