chore: update dependency async to ^3.2.5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
62a9fd10dd
commit
4ed5ae8fe4
|
@ -9,7 +9,7 @@
|
|||
"version": "6.0.3",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"async": "^3.2.4",
|
||||
"async": "^3.2.5",
|
||||
"bluebird": "^3.7.2",
|
||||
"debug": "^4.3.4",
|
||||
"msgpack5": "^4.5.1",
|
||||
|
@ -1234,9 +1234,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/async": {
|
||||
"version": "3.2.4",
|
||||
"resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz",
|
||||
"integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ=="
|
||||
"version": "3.2.5",
|
||||
"resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz",
|
||||
"integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg=="
|
||||
},
|
||||
"node_modules/balanced-match": {
|
||||
"version": "1.0.2",
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"async": "^3.2.4",
|
||||
"async": "^3.2.5",
|
||||
"bluebird": "^3.7.2",
|
||||
"debug": "^4.3.4",
|
||||
"msgpack5": "^4.5.1",
|
||||
|
|
Loading…
Reference in New Issue