From 5d4d97db718f03f4f195a24a623be9f0afc7cc2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 11:05:17 +0000 Subject: [PATCH] chore(deps): bump asyncbox from 4.1.1 to 6.0.0 Bumps [asyncbox](https://github.com/appium/asyncbox) from 4.1.1 to 6.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...v6.0.0) --- updated-dependencies: - dependency-name: asyncbox dependency-version: 6.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..3e9534f 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ ], "dependencies": { "@appium/support": "^7.0.0-rc.1", - "asyncbox": "^4.0.1", + "asyncbox": "^6.0.0", "bluebird": "^3.7.2", "lodash": "^4.17.4", "plist": "^3.0.1",