1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

chore: Update async to the latest version 🚀 (#445)

* fix(package): update async to version 3.0.1

* chore(package): update lockfile yarn.lock
This commit is contained in:
greenkeeper[bot] 2019-05-31 14:17:51 +02:00 committed by Ivar Conradi Østhus
parent 874a5dac44
commit 41776331eb
2 changed files with 5 additions and 7 deletions

View File

@ -56,7 +56,7 @@
]
},
"dependencies": {
"async": "^2.6.2",
"async": "^3.0.1",
"commander": "^2.19.0",
"compression": "^1.7.3",
"cookie-parser": "^1.4.4",

View File

@ -623,12 +623,10 @@ async@^2.5.0, async@^2.6.1:
dependencies:
lodash "^4.17.10"
async@^2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/async/-/async-2.6.2.tgz#18330ea7e6e313887f5d2f2a904bac6fe4dd5381"
integrity sha512-H1qVYh1MYhEEFLsP97cVKqCGo7KfCyTt6uEWqsTBr9SO84oK9Uwbyd/yCW+6rKJLHksBNUVWZDAjfS+Ccx0Bbg==
dependencies:
lodash "^4.17.11"
async@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/async/-/async-3.0.1.tgz#dfeb34657d1e63c94c0eee424297bf8a2c9a8182"
integrity sha512-ZswD8vwPtmBZzbn9xyi8XBQWXH3AvOQ43Za1KWYq7JeycrZuUYzx01KvHcVbXltjqH4y0MWrQ33008uLTqXuDw==
async@~0.9.0:
version "0.9.2"