diff --git a/package-lock.json b/package-lock.json index e458cd6..1bb6a6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,9 +36,9 @@ "dev": true }, "async": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz", - "integrity": "sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0=" + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", + "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==" }, "asynckit": { "version": "0.4.0", diff --git a/package.json b/package.json index 94210ac..2551d54 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "test": "./node_modules/.bin/mocha 'test/**/*.spec.js'" }, "dependencies": { - "async": "~0.9.0", + "async": "~3.2.2", "cjson": "~0.3.0", "deep": "0.0.2", "fs-extra": "~0.10.0",