From 59312bd8a9860141805befa7f414fca13068ee20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 04:59:16 +0000 Subject: [PATCH] Bump async from 2.1.4 to 2.6.4 Bumps [async](https://github.com/caolan/async) from 2.1.4 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.1.4...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 905eb6f..e645f43 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "homepage": "https://github.com/C3Pool/xmr-node-proxy#readme", "dependencies": { - "async": "2.1.4", + "async": "2.6.4", "bignum": "^0.13.1", "circular-buffer": "1.0.2", "debug": "2.6.9",