diff --git a/package.json b/package.json index e884e6b..70432fd 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "homepage": "https://github.com/authing/pipeline", "dependencies": { - "async": "^3.1.1", + "async": "^3.2.2", "glob": "^7.1.6", "lodash": "^4.17.21", "parse-comments": "0.4.3", diff --git a/yarn.lock b/yarn.lock index 06780bb..bdfd52b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -32,10 +32,10 @@ arrayify-compact@^0.1.0: dependencies: array-flatten "^2.1.2" -async@^3.1.1: - version "3.1.1" - resolved "https://registry.npmjs.org/async/-/async-3.1.1.tgz#dd3542db03de837979c9ebbca64ca01b06dc98df" - integrity sha512-X5Dj8hK1pJNC2Wzo2Rcp9FBVdJMGRR/S7V+lH46s8GVFhtbo5O4Le5GECCF/8PISVdkUA6mMPvgz7qTTD1rf1g== +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== balanced-match@^1.0.0: version "1.0.0"