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:45:23 +00:00 committed by Diana Lau
parent 27827bce1c
commit 72f1cbea76
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "7.0.3",
"license": "MIT",
"dependencies": {
"async": "^3.2.4",
"async": "^3.2.5",
"debug": "^4.3.4",
"lodash": "^4.17.21",
"loopback-connector": "^6.0.2",
@ -330,9 +330,9 @@
"dev": true
},
"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",

View File

@ -20,7 +20,7 @@
"setup.sh"
],
"dependencies": {
"async": "^3.2.4",
"async": "^3.2.5",
"debug": "^4.3.4",
"lodash": "^4.17.21",
"loopback-connector": "^6.0.2",