diff --git a/package.json b/package.json index 78c4d82..8256084 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "arch": "del node.zip && 7z a -tzip -mx5 -r0 -xr!dist -xr!node_modules -xr!.vscode -xr!.git -xr!.env -xr!coverage -xr!test -xr!node.sh ./node.zip" }, "dependencies": { - "async": "^3.0.1", + "async": "^3.2.2", "bcrypt-nodejs": "^0.0.3", "bluebird": "^3.5.5", "body-parser": "^1.19.0", diff --git a/yarn.lock b/yarn.lock index 038baa3..35d0a02 100644 --- a/yarn.lock +++ b/yarn.lock @@ -908,10 +908,10 @@ async@^2.6.1: dependencies: lodash "^4.17.14" -async@^3.0.1: - version "3.1.0" - resolved "https://registry.yarnpkg.com/async/-/async-3.1.0.tgz#42b3b12ae1b74927b5217d8c0016baaf62463772" - integrity sha512-4vx/aaY6j/j3Lw3fbCHNWP0pPaTCew3F6F3hYyl/tHs/ndmV1q7NW9T5yuJ2XAGwdQrP+6Wu20x06U4APo/iQQ== +async@^3.2.2: + version "3.2.2" + resolved "https://registry.yarnpkg.com/async/-/async-3.2.2.tgz#2eb7671034bb2194d45d30e31e24ec7e7f9670cd" + integrity sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g== async@~1.0.0: version "1.0.0"