From 5a7e06cbecc4dbb2b235cacfa74e32cf618f4f07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Apr 2022 01:52:39 +0000 Subject: [PATCH] :arrow_up: Bump async from 3.0.0 to 3.2.2 Bumps [async](https://github.com/caolan/async) from 3.0.0 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.0.0...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 3cd1a87..60ba8a0 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "author": "Akash Rajpurohit (https://akashrajpurohit.cf/)", "license": "MIT", "dependencies": { - "async": "3.0.0", + "async": "3.2.2", "cheerio": "1.0.0-rc.3", "lodash": "4.17.13", "request": "2.88.0" diff --git a/yarn.lock b/yarn.lock index eb2b31a..7b71503 100644 --- a/yarn.lock +++ b/yarn.lock @@ -29,10 +29,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.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/async/-/async-3.0.0.tgz#4c959b37d8c477dc189f2efb9340847f7ad7f785" - integrity sha512-LNZ6JSpKraIia6VZKKbKxmX6nWIdfsG7WqrOvKpCuDjH7BnGyQRFMTSXEe8to2WF/rqoAKgZvj+L5nnxe0suAg== +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"