diff --git a/espresso-ui/package-lock.json b/espresso-ui/package-lock.json index 29e6938..46a827c 100644 --- a/espresso-ui/package-lock.json +++ b/espresso-ui/package-lock.json @@ -12,7 +12,7 @@ "axios": "^1.8.1", "clsx": "^2.1.1", "htmlhint": "^1.1.4", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "lucide-react": "^0.477.0", "next": "15.2.1", "react": "^19.2.3", @@ -3830,9 +3830,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.merge": { "version": "4.6.2", diff --git a/espresso-ui/package.json b/espresso-ui/package.json index 1d2aa93..5045896 100644 --- a/espresso-ui/package.json +++ b/espresso-ui/package.json @@ -13,7 +13,7 @@ "axios": "^1.8.1", "clsx": "^2.1.1", "htmlhint": "^1.1.4", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "lucide-react": "^0.477.0", "next": "15.2.1", "react": "^19.2.3",