diff --git a/package-lock.json b/package-lock.json index 3ca6898..bfffcf6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -125,12 +125,9 @@ "integrity": "sha1-kC0uDWDQcb3NRtwRXhgJ7RHBOKk=" }, "async": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.0.tgz", - "integrity": "sha512-xAfGg1/NTLBBKlHFmnd7PlmUW9KhVQIUuSrYem9xzFUZy13ScvtyGGejaae9iAVRiRq9+Cx7DPFaAAhCpyxyPw==", - "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==" }, "babel-runtime": { "version": "6.26.0", diff --git a/package.json b/package.json index 8b0ba66..6233945 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "LTS", "license": "ISC", "dependencies": { - "async": "^2.6.0", + "async": "^3.2.2", "bcryptjs": "^2.4.3", "connect-flash": "^0.1.1", "cookie-parser": "^1.4.3",