diff --git a/lexos/static/package-lock.json b/lexos/static/package-lock.json index 70461d6f3..08852c281 100644 --- a/lexos/static/package-lock.json +++ b/lexos/static/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "hosted-git-info": "^4.0.2", - "lodash": "^4.17.21" + "lodash": "^4.17.23" } }, "node_modules/hosted-git-info": { @@ -37,9 +37,9 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "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==" } }, "dependencies": { @@ -67,9 +67,9 @@ } }, "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==" } } } diff --git a/lexos/static/package.json b/lexos/static/package.json index df0773e43..cc27f7e53 100644 --- a/lexos/static/package.json +++ b/lexos/static/package.json @@ -1,6 +1,6 @@ { "dependencies": { "hosted-git-info": "^4.0.2", - "lodash": "^4.17.21" + "lodash": "^4.17.23" } }