diff --git a/package-lock.json b/package-lock.json index eed56c5..93e7ecf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,9 +34,19 @@ } }, "async": { - "version": "0.2.10", - "resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz", - "integrity": "sha1-trvgsGdLnXGXCMo43owjfLUmw9E=" + "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 e6224b4..3c9c8d9 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "node": ">= 0.8.0" }, "dependencies": { - "async": "~0.2.9", + "async": "~2.6.4", "js-yaml": "^3.13.1", "lodash": "^4.17.11" },