diff --git a/hugslib/package-lock.json b/hugslib/package-lock.json index 4c01a30..89f19c3 100644 --- a/hugslib/package-lock.json +++ b/hugslib/package-lock.json @@ -386,9 +386,9 @@ "dev": true }, "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==" }, "lodash.get": { "version": "4.4.2", diff --git a/hugslib/package.json b/hugslib/package.json index b2742cc..450c989 100644 --- a/hugslib/package.json +++ b/hugslib/package.json @@ -17,7 +17,7 @@ "@types/string-similarity": "^3.0.0", "async": "^3.1.1", "dotenv": "^8.2.0", - "lodash": "^4.17.15", + "lodash": "^4.17.21", "md5": "^2.2.1", "moment": "^2.24.0", "mongodb": "^3.5.2",