diff --git a/server/frontend/package-lock.json b/server/frontend/package-lock.json index d577cb87..d9356551 100644 --- a/server/frontend/package-lock.json +++ b/server/frontend/package-lock.json @@ -13,7 +13,7 @@ "floating-vue": "^2.0.0", "handlebars": "^4.7.8", "js-base64": "^3.7.7", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "mime": "^4.0.6", "prismjs": "^1.30.0", "sweetalert": "^2.1.2", @@ -9234,9 +9234,9 @@ } }, "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.debounce": { diff --git a/server/frontend/package.json b/server/frontend/package.json index dc26246f..1dab8949 100644 --- a/server/frontend/package.json +++ b/server/frontend/package.json @@ -17,7 +17,7 @@ "floating-vue": "^2.0.0", "handlebars": "^4.7.8", "js-base64": "^3.7.7", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "mime": "^4.0.6", "prismjs": "^1.30.0", "sweetalert": "^2.1.2",