diff --git a/identify/package-lock.json b/identify/package-lock.json index 767bfe3..47ec204 100644 --- a/identify/package-lock.json +++ b/identify/package-lock.json @@ -387,19 +387,9 @@ "integrity": "sha1-kC0uDWDQcb3NRtwRXhgJ7RHBOKk=" }, "async": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", - "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", - "requires": { - "lodash": "^4.17.14" - }, - "dependencies": { - "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" - } - } + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", + "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==" }, "async-each": { "version": "0.1.6", diff --git a/identify/package.json b/identify/package.json index e7701c9..59131d0 100644 --- a/identify/package.json +++ b/identify/package.json @@ -14,7 +14,7 @@ "author": "Sean M. Tracey & Pete Clark", "license": "MIT", "dependencies": { - "async": "^2.6.3", + "async": "^3.2.2", "aws-sdk": "^2.543.0", "bluebird": "^3.7.0", "co": "^4.6.0",