diff --git a/examples/v1/MaterialLogin/material_login/frontend/package-lock.json b/examples/v1/MaterialLogin/material_login/frontend/package-lock.json index bd0c7d1f..07da3cae 100644 --- a/examples/v1/MaterialLogin/material_login/frontend/package-lock.json +++ b/examples/v1/MaterialLogin/material_login/frontend/package-lock.json @@ -13,7 +13,7 @@ "@mui/icons-material": "^5.15.20", "@mui/material": "^5.15.20", "formik": "^2.1.5", - "lodash": "^4.17.15", + "lodash": "^4.17.23", "react": "^18.3.1", "react-dom": "^18.3.1", "sass": "^1.62.1", @@ -2140,9 +2140,9 @@ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" }, "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==" }, "node_modules/lodash-es": { "version": "4.17.23", @@ -4079,9 +4079,9 @@ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" }, "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==" }, "lodash-es": { "version": "4.17.23", diff --git a/examples/v1/MaterialLogin/material_login/frontend/package.json b/examples/v1/MaterialLogin/material_login/frontend/package.json index 6949c90b..d407557f 100644 --- a/examples/v1/MaterialLogin/material_login/frontend/package.json +++ b/examples/v1/MaterialLogin/material_login/frontend/package.json @@ -9,7 +9,7 @@ "@mui/material": "^5.15.20", "@mui/icons-material": "^5.15.20", "formik": "^2.1.5", - "lodash": "^4.17.15", + "lodash": "^4.17.23", "react-dom": "^18.3.1", "react": "^18.3.1", "sass": "^1.62.1",