From f3dce6efe7973f754648e333bf7e0990d8a8cee6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 12:06:14 +0000 Subject: [PATCH] chore(deps): bump asyncbox from 2.9.4 to 3.0.0 Bumps [asyncbox](https://github.com/jlipps/asyncbox) from 2.9.4 to 3.0.0. - [Commits](https://github.com/jlipps/asyncbox/commits/v3.0.0) --- updated-dependencies: - dependency-name: asyncbox 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 07df57a..6903a25 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "npm-shrinkwrap.json" ], "dependencies": { - "asyncbox": "^2.3.1", + "asyncbox": "^3.0.0", "bluebird": "^3.5.1", "es6-error": "^4.1.1", "fancy-log": "^2.0.0",