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:
renovate[bot] 2023-11-04 01:51:43 +00:00
parent ae9695fe3c
commit d584420397
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "5.0.2",
"license": "MIT",
"dependencies": {
"async": "^3.2.4",
"async": "^3.2.5",
"change-case": "^4.1.2",
"debug": "^4.3.4",
"depd": "^2.0.0",
@ -1361,9 +1361,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/async-iterators": {
"version": "0.2.2",

View File

@ -51,7 +51,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"async": "^3.2.4",
"async": "^3.2.5",
"change-case": "^4.1.2",
"debug": "^4.3.4",
"depd": "^2.0.0",