From 43b8d48ff60db5167f2a31797326145b406d05d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 16:50:19 +0000 Subject: [PATCH] Bump async from 3.1.1 to 3.2.2 Bumps [async](https://github.com/caolan/async) from 3.1.1 to 3.2.2. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v3.1.1...v3.2.2) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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"