From 267fcef0b59097d0f2cbf225de5526f67a326d0e Mon Sep 17 00:00:00 2001 From: mitch Date: Tue, 14 Jun 2022 16:37:30 -0500 Subject: [PATCH] install async@latest 3.2.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0cf4d84..700f0bd 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "useragent": "^2.0.9" }, "devDependencies": { - "async": "^2.1.1", + "async": "^3.2.4", "chai": "^4.0.2", "del": "^3.0.0", "jshint": "^2.9.3"