From 3b8e6e15c39765832275b3b49c03510e9fe84c00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Thu, 30 May 2019 15:32:01 -0400 Subject: [PATCH] fix(deps): update dependency async to v3.0.1 (#7649) --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index aa240e8864..132e705b3d 100644 --- a/install/package.json +++ b/install/package.json @@ -31,7 +31,7 @@ "dependencies": { "ace-builds": "^1.2.9", "archiver": "^3.0.0", - "async": "3.0.0", + "async": "3.0.1", "autoprefixer": "^9.4.6", "bcryptjs": "2.4.3", "benchpressjs": "^1.2.5",