diff --git a/lib/package.json b/lib/package.json index 4b55f09..c4626eb 100644 --- a/lib/package.json +++ b/lib/package.json @@ -13,7 +13,7 @@ "author": "", "license": "ISC", "dependencies": { - "async": "^3.1.0", + "async": "^3.2.2", "aws-sdk": "^2.493.0", "child-process": "^1.0.2", "electron-log": "^3.0.6", diff --git a/lib/yarn.lock b/lib/yarn.lock index 74e1350..fb930ef 100644 --- a/lib/yarn.lock +++ b/lib/yarn.lock @@ -34,10 +34,10 @@ assert-plus@1.0.0, assert-plus@^1.0.0: resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525" integrity sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU= -async@^3.1.0: - 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== asynckit@^0.4.0: version "0.4.0"