1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00

chore: upgrade async to version 3.1.0

This commit is contained in:
ivaosthu 2019-10-02 21:51:58 +02:00
parent 0907aebe8e
commit 9d4005c80b
2 changed files with 5 additions and 4 deletions

View File

@ -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",

View File

@ -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"