From 686126bd561f03be17d301ea13fbc3d586efaecb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 11:02:52 +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 48b9697..377491c 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ ], "dependencies": { "@appium/logger": "^2.0.0-rc.1", - "asyncbox": "^3.0.0", + "asyncbox": "^4.0.1", "bluebird": "^3.5.1", "lodash": "^4.2.1", "rimraf": "^6.0.1",