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:
parent
874a5dac44
commit
41776331eb
@ -56,7 +56,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "^2.6.2",
|
"async": "^3.0.1",
|
||||||
"commander": "^2.19.0",
|
"commander": "^2.19.0",
|
||||||
"compression": "^1.7.3",
|
"compression": "^1.7.3",
|
||||||
"cookie-parser": "^1.4.4",
|
"cookie-parser": "^1.4.4",
|
||||||
|
10
yarn.lock
10
yarn.lock
@ -623,12 +623,10 @@ async@^2.5.0, async@^2.6.1:
|
|||||||
dependencies:
|
dependencies:
|
||||||
lodash "^4.17.10"
|
lodash "^4.17.10"
|
||||||
|
|
||||||
async@^2.6.2:
|
async@^3.0.1:
|
||||||
version "2.6.2"
|
version "3.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/async/-/async-2.6.2.tgz#18330ea7e6e313887f5d2f2a904bac6fe4dd5381"
|
resolved "https://registry.yarnpkg.com/async/-/async-3.0.1.tgz#dfeb34657d1e63c94c0eee424297bf8a2c9a8182"
|
||||||
integrity sha512-H1qVYh1MYhEEFLsP97cVKqCGo7KfCyTt6uEWqsTBr9SO84oK9Uwbyd/yCW+6rKJLHksBNUVWZDAjfS+Ccx0Bbg==
|
integrity sha512-ZswD8vwPtmBZzbn9xyi8XBQWXH3AvOQ43Za1KWYq7JeycrZuUYzx01KvHcVbXltjqH4y0MWrQ33008uLTqXuDw==
|
||||||
dependencies:
|
|
||||||
lodash "^4.17.11"
|
|
||||||
|
|
||||||
async@~0.9.0:
|
async@~0.9.0:
|
||||||
version "0.9.2"
|
version "0.9.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user