diff --git a/package-lock.json b/package-lock.json index bcfd374..53d8156 100644 --- a/package-lock.json +++ b/package-lock.json @@ -130,9 +130,9 @@ "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=" }, "async": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/async/-/async-3.1.0.tgz", - "integrity": "sha512-4vx/aaY6j/j3Lw3fbCHNWP0pPaTCew3F6F3hYyl/tHs/ndmV1q7NW9T5yuJ2XAGwdQrP+6Wu20x06U4APo/iQQ==" + "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.3", @@ -2031,7 +2031,8 @@ }, "lodash": { "version": "4.17.15", - "resolved": "" + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" }, "lodash.assign": { "version": "4.2.0", diff --git a/package.json b/package.json index 77a4c29..af906ca 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "app.js", "dependencies": { "airbrake-js": "^2.0.0-beta.3", - "async": "^3.1.0", + "async": "^3.2.2", "bcrypt-nodejs": "^0.0.3", "bcryptjs": "^2.4.3", "bootstrap": "^4.3.1",