From a5d32ed2a5285c310b8a8f024294b974a3bd6509 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sun, 26 May 2019 21:44:56 +0000 Subject: [PATCH] fix(package): update async to version 3.0.1 --- Tests/ValidationSystem/Modules/Suite/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/ValidationSystem/Modules/Suite/package.json b/Tests/ValidationSystem/Modules/Suite/package.json index 7cc52dce..ed69d395 100644 --- a/Tests/ValidationSystem/Modules/Suite/package.json +++ b/Tests/ValidationSystem/Modules/Suite/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "async": "2.6.1" + "async": "3.0.1" } } \ No newline at end of file