diff --git a/package-lock.json b/package-lock.json index d0ee360..722dec1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -188,12 +188,9 @@ "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=" }, "async": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz", - "integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==", - "requires": { - "lodash": "4.17.10" - } + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", + "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==" }, "async-each": { "version": "1.0.1", diff --git a/package.json b/package.json index ee010c2..1fb72c3 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/MeCode4Food/node-rest-starter#readme", "dependencies": { - "async": "^2.6.1", + "async": "^3.2.2", "axios": "^0.18.0", "body-parser": "^1.18.3", "chalk": "^2.4.1",