diff --git a/package-lock.json b/package-lock.json index 0d2a2ad..5a13bc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -93,9 +93,19 @@ } }, "async": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz", - "integrity": "sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0=" + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", + "requires": { + "lodash": "^4.17.14" + }, + "dependencies": { + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + } + } }, "balanced-match": { "version": "1.0.0", diff --git a/package.json b/package.json index 691f239..02456c0 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "test": "node_modules/.bin/mocha test --reporter spec --recursive" }, "dependencies": { - "async": "^0.9.0", + "async": "^2.6.4", "colors": "^0.6.2", "extend": "^2.0.0", "inquirer": "^0.10.0",