From 841186cd92bc1d95ea580e06b367e698fb77108b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Apr 2022 03:17:29 +0000 Subject: [PATCH] build(deps-dev): bump async from 2.6.2 to 3.2.2 Bumps [async](https://github.com/caolan/async) from 2.6.2 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/v2.6.2...v3.2.2) --- updated-dependencies: - dependency-name: async dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++------- package.json | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e6554a6..958e394 100644 --- a/package-lock.json +++ b/package-lock.json @@ -77,13 +77,10 @@ "dev": true }, "async": { - "version": "2.6.2", - "resolved": "http://registry.npm.taobao.org/async/download/async-2.6.2.tgz", - "integrity": "sha1-GDMOp+bjE4h/XS8qkEusb+TdU4E=", - "dev": true, - "requires": { - "lodash": "^4.17.11" - } + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", + "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==", + "dev": true }, "async-limiter": { "version": "1.0.0", diff --git a/package.json b/package.json index 947330f..554488e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/xurna/crawler-test#readme", "devDependencies": { - "async": "^2.6.2", + "async": "^3.2.2", "axios": "^0.18.0", "cheerio": "^1.0.0-rc.2", "crawler": "^1.2.0",