From b866e5ed3cc5ceaddefa75092d56da20ab804f54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 17:44:54 +0100 Subject: [PATCH] chore(deps): bump asyncbox from 2.9.4 to 3.0.0 (#223) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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",