diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 6e46ca4d..4fdd8fc5 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -14,7 +14,7 @@ "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@mui/base": "^5.0.0-beta.7", - "@mui/icons-material": "^5.15.2", + "@mui/icons-material": "^5.15.3", "@mui/lab": "^5.0.0-alpha.136", "@mui/material": "^5.15.1", "@mui/system": "^5.15.3", @@ -3114,9 +3114,9 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.15.2", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.2.tgz", - "integrity": "sha512-Vs0Z6cd6ieTavMjqPvIJJfwsKaCLdRSErk5LjKdZlBqk7r2SR6roDyhVTQuZOeCzjEFj0qZ4iVPp2DJZRwuYbw==", + "version": "5.15.3", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.3.tgz", + "integrity": "sha512-7LEs8AnO2Se/XYH+CcJndRsGAE+M8KAExiiQHf0V11poqmPVGcbbY82Ry2IUYf9+rOilCVnWI18ErghZ625BPQ==", "dependencies": { "@babel/runtime": "^7.23.6" }, diff --git a/frontend/package.json b/frontend/package.json index 73489fa3..7b242d97 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -53,7 +53,7 @@ "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@mui/base": "^5.0.0-beta.7", - "@mui/icons-material": "^5.15.2", + "@mui/icons-material": "^5.15.3", "@mui/lab": "^5.0.0-alpha.136", "@mui/material": "^5.15.1", "@mui/system": "^5.15.3",