diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1f47717..46e245f 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -14,7 +14,7 @@ "d3": "^7.9.0", "flowbite-react": "^0.9.0", "flowbite-react-icons": "^1.0.7", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "react": "^18.2.0", "react-dom": "^18.2.0", "react-force-graph": "^1.44.4" @@ -4448,9 +4448,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-es": { "version": "4.17.21", diff --git a/frontend/package.json b/frontend/package.json index 1053751..f58ccd7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ "d3": "^7.9.0", "flowbite-react": "^0.9.0", "flowbite-react-icons": "^1.0.7", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "react": "^18.2.0", "react-dom": "^18.2.0", "react-force-graph": "^1.44.4"