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",