From c459c57343fb81d5d9f5f73d547c283410da165e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Mon, 20 May 2019 11:59:20 -0400 Subject: [PATCH] fix(deps): update dependency async to v3 (#313) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8926248c..04c707a5 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@google-cloud/projectify": "^1.0.0", "@google-cloud/promisify": "^1.0.0", "arrify": "^2.0.0", - "async": "^2.6.1", + "async": "^3.0.0", "create-error-class": "^3.0.2", "extend": "^3.0.1", "gce-images": "^2.0.0",