From f0f10e39176d86a42f9228167438d5d34c668c86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 11:02:55 +0000 Subject: [PATCH] chore(deps): bump asyncbox from 3.0.0 to 4.0.1 Bumps [asyncbox](https://github.com/appium/asyncbox) from 3.0.0 to 4.0.1. - [Release notes](https://github.com/appium/asyncbox/releases) - [Commits](https://github.com/appium/asyncbox/compare/v3.0.0...v4.0.1) --- updated-dependencies: - dependency-name: asyncbox dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a6f608738..d6e62bc01 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "appium-ios-device": "^3.0.0", "appium-ios-simulator": "^8.0.0", "async-lock": "^1.0.0", - "asyncbox": "^3.0.0", + "asyncbox": "^4.0.1", "axios": "^1.4.0", "bluebird": "^3.5.5", "lodash": "^4.17.11",