diff --git a/package-lock.json b/package-lock.json index d3aadf4..aed1ab5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "apigee-access": ">=1.3.0", "apigeetool": "x.x.x", "argo": "^0.6.x", - "async": "0.8.x", + "async": "2.6.x", "body-parser": "1.9.2", "commander": "2.2.x", "connect": "^3.3.5", @@ -274,9 +274,17 @@ } }, "node_modules/async": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/async/-/async-0.8.0.tgz", - "integrity": "sha1-7mXsdymML/FFa8RBigUtDwZDURI=" + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", + "dependencies": { + "lodash": "^4.17.14" + } + }, + "node_modules/async/node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "node_modules/asynckit": { "version": "0.4.0", @@ -1495,6 +1503,11 @@ "through": "~2.3.4" } }, + "node_modules/inquirer/node_modules/async": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/async/-/async-0.8.0.tgz", + "integrity": "sha1-7mXsdymML/FFa8RBigUtDwZDURI=" + }, "node_modules/ipaddr.js": { "version": "1.9.1", "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", @@ -4200,9 +4213,19 @@ "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" }, "async": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/async/-/async-0.8.0.tgz", - "integrity": "sha1-7mXsdymML/FFa8RBigUtDwZDURI=" + "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==" + } + } }, "asynckit": { "version": "0.4.0", @@ -5222,6 +5245,13 @@ "mute-stream": "0.0.4", "readline2": "~0.1.0", "through": "~2.3.4" + }, + "dependencies": { + "async": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/async/-/async-0.8.0.tgz", + "integrity": "sha1-7mXsdymML/FFa8RBigUtDwZDURI=" + } } }, "ipaddr.js": { diff --git a/package.json b/package.json index 26ec160..92c8302 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "apigee-access": ">=1.3.0", "apigeetool": "x.x.x", "argo": "^0.6.x", - "async": "0.8.x", + "async": "2.6.x", "body-parser": "1.9.2", "commander": "2.2.x", "connect": "^3.3.5",