diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1f88273..1aa092a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -16,7 +16,7 @@ "dayjs": "^1.11.13", "eslint": "8.43.0", "framer-motion": "^10.12.18", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "moment": "^2.29.4", "next": "^14.2.30", "nprogress": "^0.2.0", @@ -13909,9 +13909,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/frontend/package.json b/frontend/package.json index 46327fe..bdb6bf5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -17,7 +17,7 @@ "dayjs": "^1.11.13", "eslint": "8.43.0", "framer-motion": "^10.12.18", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "moment": "^2.29.4", "next": "^14.2.30", "nprogress": "^0.2.0",