chore(base-driver): update dependency asyncbox to v6.1.0 (#21899)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-01-29 10:33:03 +00:00
committed by GitHub
parent 3cdacfcdbe
commit eb344f0225
3 changed files with 37 additions and 7 deletions

40
package-lock.json generated
View File

@@ -44,7 +44,7 @@
"@types/ws": "8.18.1",
"@types/xmldom": "0.1.34",
"@types/yargs": "17.0.35",
"asyncbox": "6.0.1",
"asyncbox": "6.1.0",
"chai": "6.2.2",
"chai-as-promised": "8.0.2",
"conventional-changelog-conventionalcommits": "7.0.2",
@@ -6112,15 +6112,45 @@
"integrity": "sha512-Az2ZTpuytrtqENulXwO3GGv1Bztugx6TT37NIo7imr/Qo0gsYiGtSdBa2B6fsXhTpVZDNfu1Qn3pk531e3q+nQ=="
},
"node_modules/asyncbox": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.0.1.tgz",
"integrity": "sha512-vmeYcLDV9uxj1/0h36Kdj/3H/Bk5ugtwi3nSS8Sir9D7Ia2wDJWbh52LjMDaSI3s3iScmNL42kqDf7I4p8JXjg==",
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.1.0.tgz",
"integrity": "sha512-KZwKNVnDdDe0ubN+fFMuHhSljZNHnbjdJABImoqFzQP61oIg6sMlhXIqOIu3WRd7YwW89q+eVj2Ty/Ax5dbh2Q==",
"license": "Apache-2.0",
"dependencies": {
"p-limit": "^7.2.0"
},
"engines": {
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
"npm": ">=10"
}
},
"node_modules/asyncbox/node_modules/p-limit": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-7.2.0.tgz",
"integrity": "sha512-ATHLtwoTNDloHRFFxFJdHnG6n2WUeFjaR8XQMFdKIv0xkXjrER8/iG9iu265jOM95zXHAfv9oTkqhrfbIzosrQ==",
"license": "MIT",
"dependencies": {
"yocto-queue": "^1.2.1"
},
"engines": {
"node": ">=20"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/asyncbox/node_modules/yocto-queue": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.2.tgz",
"integrity": "sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==",
"license": "MIT",
"engines": {
"node": ">=12.20"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/asynckit": {
"version": "0.4.0",
"license": "MIT"
@@ -20688,7 +20718,7 @@
"@appium/types": "^1.2.0",
"@colors/colors": "1.6.0",
"async-lock": "1.4.1",
"asyncbox": "6.0.1",
"asyncbox": "6.1.0",
"axios": "1.13.4",
"bluebird": "3.7.2",
"body-parser": "2.2.2",

View File

@@ -116,7 +116,7 @@
"@types/ws": "8.18.1",
"@types/xmldom": "0.1.34",
"@types/yargs": "17.0.35",
"asyncbox": "6.0.1",
"asyncbox": "6.1.0",
"chai": "6.2.2",
"chai-as-promised": "8.0.2",
"conventional-changelog-conventionalcommits": "7.0.2",

View File

@@ -49,7 +49,7 @@
"@appium/types": "^1.2.0",
"@colors/colors": "1.6.0",
"async-lock": "1.4.1",
"asyncbox": "6.0.1",
"asyncbox": "6.1.0",
"axios": "1.13.4",
"bluebird": "3.7.2",
"body-parser": "2.2.2",