diff --git a/api/package-lock.json b/api/package-lock.json index b9ca46a..a78615d 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -449,9 +449,9 @@ } }, "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "mailparser": { "version": "2.7.1", diff --git a/api/package.json b/api/package.json index 6e36515..b199293 100644 --- a/api/package.json +++ b/api/package.json @@ -18,7 +18,7 @@ "express": "^4.17.1", "handlebars": "^4.5.3", "imap-simple": "^4.3.0", - "lodash": "^4.17.15", + "lodash": "^4.17.21", "mailparser": "^2.7.1", "mongodb": "^3.3.0-beta2", "nodemailer": "^6.3.1",