From 9d4005c80b7da85e749bf89f3482e872b040dee1 Mon Sep 17 00:00:00 2001 From: ivaosthu Date: Wed, 2 Oct 2019 21:51:58 +0200 Subject: [PATCH] chore: upgrade async to version 3.1.0 --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 612da960d8..218219fbc6 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ ] }, "dependencies": { - "async": "^3.0.1", + "async": "^3.1.0", "commander": "^3.0.0", "compression": "^1.7.3", "cookie-parser": "^1.4.4", diff --git a/yarn.lock b/yarn.lock index c583934f89..946b4ee494 100644 --- a/yarn.lock +++ b/yarn.lock @@ -665,9 +665,10 @@ astral-regex@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz#6c8c3fb827dd43ee3918f27b82782ab7658a6fd9" -async@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/async/-/async-3.0.1.tgz#dfeb34657d1e63c94c0eee424297bf8a2c9a8182" +async@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/async/-/async-3.1.0.tgz#42b3b12ae1b74927b5217d8c0016baaf62463772" + integrity sha512-4vx/aaY6j/j3Lw3fbCHNWP0pPaTCew3F6F3hYyl/tHs/ndmV1q7NW9T5yuJ2XAGwdQrP+6Wu20x06U4APo/iQQ== async@~0.9.0: version "0.9.2"