diff --git a/package-lock.json b/package-lock.json index b7e8e45..2e07e17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,12 +5,9 @@ "requires": true, "dependencies": { "async": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.0.tgz", - "integrity": "sha1-YaKau2/MAm/qd+VtHG7FOnlZUfQ=", - "requires": { - "lodash": "^4.14.0" - } + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", + "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==" }, "aws-sdk": { "version": "2.68.0", diff --git a/package.json b/package.json index 7aa2ea6..78737af 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "envious": "0.2.*", "aws-sdk": "2.68.*", "node-getopt": "0.*", - "async": "2.6.*" + "async": "3.2.*" }, "author": "Carl Yamamoto-Furst", "license": "MIT",