From cf8751d85f99ac8276a2a554af386029906a371d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 18:20:25 +0000 Subject: [PATCH] Bump async from 2.0.1 to 2.6.4 Bumps [async](https://github.com/caolan/async) from 2.0.1 to 2.6.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.0.1...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d11819ca..c2e823ad 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "vision": "4.1.0" }, "dependencies": { - "async": "2.0.1", + "async": "2.6.4", "hoek": "4.0.2", "joi": "5.1.0", "jshint": "^2.10.3",