diff --git a/package-lock.json b/package-lock.json index bc2ce9da..8e27355c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "diff": "^4.0.2", "diff2html": "^3.1.11", "exceljs": "^4.1.1", - "lodash": "^4.17.19", + "lodash": "^4.17.23", "logform": "^2.2.0", "pug": "^3.0.0", "readline-sync": "^1.4.10", @@ -2797,9 +2797,10 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "license": "MIT" }, "node_modules/lodash.clonedeep": { "version": "4.5.0", diff --git a/package.json b/package.json index d5b93ccc..1f4f23cb 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "diff": "^4.0.2", "diff2html": "^3.1.11", "exceljs": "^4.1.1", - "lodash": "^4.17.19", + "lodash": "^4.17.23", "logform": "^2.2.0", "pug": "^3.0.0", "readline-sync": "^1.4.10",