diff --git a/client/package.json b/client/package.json index 09dfa6e2..7cf89a03 100644 --- a/client/package.json +++ b/client/package.json @@ -7,7 +7,7 @@ "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", "@mui/icons-material": "^5.3.1", - "@mui/material": "^5.3.1", + "@mui/material": "^5.4.0", "@mui/x-data-grid": "^5.4.0", "@types/react": "^17.0.38", "@types/react-dom": "^17.0.11", diff --git a/client/yarn.lock b/client/yarn.lock index f526782d..ed82eb83 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -1605,10 +1605,10 @@ "@types/yargs" "^15.0.0" chalk "^4.0.0" -"@mui/base@5.0.0-alpha.66": - version "5.0.0-alpha.66" - resolved "https://registry.yarnpkg.com/@mui/base/-/base-5.0.0-alpha.66.tgz#5f03e641daecbc54a7b03d6368e625fef45cb7e4" - integrity sha512-LARfVx0HmGV5YwU2pdIqEApQwz/CtEnYtKkV856hlY0cgi5NQL2htzZ/9ujKz0j3LFUaMYiYuJ2AOwrNtGFGrw== +"@mui/base@5.0.0-alpha.67": + version "5.0.0-alpha.67" + resolved "https://registry.yarnpkg.com/@mui/base/-/base-5.0.0-alpha.67.tgz#da2423b96204f71cf37bcfcf3054667f38361eb8" + integrity sha512-yK2++NivZUitAVpheMc5QVuwrVCphrTw85L6qjKcvnSpB8wmVYne58CY2vzMCNEuHkuHG2jccq9/JlRZFGAanw== dependencies: "@babel/runtime" "^7.16.7" "@emotion/is-prop-valid" "^1.1.1" @@ -1625,14 +1625,14 @@ dependencies: "@babel/runtime" "^7.16.7" -"@mui/material@^5.3.1": - version "5.3.1" - resolved "https://registry.yarnpkg.com/@mui/material/-/material-5.3.1.tgz#23c1e71b9cf995837ff5fdca34ac5052496861f5" - integrity sha512-XWPsJ2jet2zfnKojth5d2IaHIJPpJnHq1ACCSlNf898BjYh1j50gRWsPpIHiptQ0oc0pdWmMcmrXbdANKR1ybw== +"@mui/material@^5.4.0": + version "5.4.0" + resolved "https://registry.yarnpkg.com/@mui/material/-/material-5.4.0.tgz#b54d9fbcad5c4036b95c53906f0fc9c16c980f6e" + integrity sha512-vfBIAMsRNWI/A4p/eP01MjqhSACwxRGYp/2Yi7WAU64PpI/TXR4b9SRl+XJMMJXVC7+abu4E3hTdF3oqwMCSYA== dependencies: "@babel/runtime" "^7.16.7" - "@mui/base" "5.0.0-alpha.66" - "@mui/system" "^5.3.0" + "@mui/base" "5.0.0-alpha.67" + "@mui/system" "^5.4.0" "@mui/types" "^7.1.0" "@mui/utils" "^5.3.0" "@types/react-transition-group" "^4.4.4" @@ -1661,10 +1661,10 @@ "@emotion/cache" "^11.7.1" prop-types "^15.7.2" -"@mui/system@^5.3.0": - version "5.3.0" - resolved "https://registry.yarnpkg.com/@mui/system/-/system-5.3.0.tgz#cd2c5fd7631f2c90f0072c866015bb24e319b66e" - integrity sha512-mblz3EObrhhIMPwSEe2Az7MbMaXOFgrvItPOzZwcY5O9qERB7Rr8KQgbU8VouWLUqyV2i8BaFpLrkKPA6eX2Aw== +"@mui/system@^5.4.0": + version "5.4.0" + resolved "https://registry.yarnpkg.com/@mui/system/-/system-5.4.0.tgz#ff79c4922b8cea8c6e05946587fa9a3b938ab729" + integrity sha512-LX7g5gK5yCwiueSUVG73uVNc0yeHjsWUIFLrnPjP3m+J7O38RkPqyao5nZahhaSL1PGNbR9+zfkxljXthO9QqA== dependencies: "@babel/runtime" "^7.16.7" "@mui/private-theming" "^5.3.0"