diff --git a/package.json b/package.json index 9c8bcfe..f8e0e23 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@types/xregexp": "^3.0.29", "@typescript-eslint/eslint-plugin": "^1.9.0", "@typescript-eslint/parser": "^1.9.0", - "async": "^3.2.0", + "async": "^3.2.2", "fs-extra": "9.0.1", "gl-vsts-tasks-build-scripts": "^0.6.0-alpha.0", "jasmine": "3.5.0", diff --git a/yarn.lock b/yarn.lock index acb9220..baa50b8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -263,10 +263,10 @@ async@^2.0.0: dependencies: lodash "^4.17.14" -async@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/async/-/async-3.2.0.tgz#b3a2685c5ebb641d3de02d161002c60fc9f85720" - integrity sha512-TR2mEZFVOj2pLStYxLht7TyfuRzaydfpxr3k9RpHIzMgw7A64dzsdqCxH1WJyQdoe8T10nDXd9wnEigmiuHIZw== +async@^3.2.0, 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== at-least-node@^1.0.0: version "1.0.0"