From 00de466f741f901c5cd4fa34e2c09c0f2743c2e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 11:03:25 +0000 Subject: [PATCH] chore(deps): bump asyncbox from 4.1.1 to 5.0.0 Bumps [asyncbox](https://github.com/appium/asyncbox) from 4.1.1 to 5.0.0. - [Release notes](https://github.com/appium/asyncbox/releases) - [Changelog](https://github.com/appium/asyncbox/blob/master/CHANGELOG.md) - [Commits](https://github.com/appium/asyncbox/compare/v4.1.1...v5.0.0) --- updated-dependencies: - dependency-name: asyncbox dependency-version: 5.0.0 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 ef34105..d27a23f 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ ], "dependencies": { "@appium/support": "^7.0.0-rc.1", - "asyncbox": "^4.0.1", + "asyncbox": "^5.0.0", "bluebird": "^3.7.2", "lodash": "^4.17.4", "plist": "^3.0.1",