diff --git a/package-lock.json b/package-lock.json index 3c3ac10..65e49ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -87,12 +87,9 @@ "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=" }, "async": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.2.tgz", - "integrity": "sha512-H1qVYh1MYhEEFLsP97cVKqCGo7KfCyTt6uEWqsTBr9SO84oK9Uwbyd/yCW+6rKJLHksBNUVWZDAjfS+Ccx0Bbg==", - "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==" }, "async-limiter": { "version": "1.0.0", diff --git a/package.json b/package.json index 993e869..da30f3f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "author": "Nicolas Chan", "license": "ISC", "dependencies": { - "async": "^2.0.1", + "async": "^3.2.2", "chalk": "^1.1.3", "clear": "0.0.1", "clone": "^1.0.2",