From 414a4129ebee9df838084ffde8c877247d4b3e3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 16:22:26 +0000 Subject: [PATCH] Bump async from 0.2.10 to 3.2.4 Bumps [async](https://github.com/caolan/async) from 0.2.10 to 3.2.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/0.2.10...v3.2.4) --- updated-dependencies: - dependency-name: async 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 fa41d19a..4821433b 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "@yetzt/binary-search-tree": "^0.2.6", - "async": "0.2.10", + "async": "3.2.4", "localforage": "^1.3.0", "lodash": "^4.17.21", "mkdirp": "~0.5.1"