diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 84e0ede2..3189c8d6 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -10,7 +10,7 @@ "@emotion/react": "11.13.0", "@emotion/server": "11.11.0", "@emotion/styled": "11.11.5", - "@mui/icons-material": "5.15.15", + "@mui/icons-material": "^5.16.0", "@mui/lab": "5.0.0-alpha.170", "@mui/material": "5.15.15", "@mui/utils": "5.15.20", @@ -27,7 +27,7 @@ "i18next": "23.12.2", "lodash": "4.17.21", "markdown-to-jsx": "7.4.7", - "next": "^14.2.4", + "next": "14.2.4", "next-i18next": "15.3.0", "next-seo": "6.5.0", "pino": "8.20.0", @@ -2339,9 +2339,10 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.15.15", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.15.tgz", - "integrity": "sha512-kkeU/pe+hABcYDH6Uqy8RmIsr2S/y5bP2rp+Gat4CcRjCcVne6KudS1NrZQhUCRysrTDCAhcbcf9gt+/+pGO2g==", + "version": "5.16.0", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.16.0.tgz", + "integrity": "sha512-6ISoOhkp9w5gD0PEW9JklrcbyARDkFWNTBdwXZ1Oy5IGlyu9B0zG0hnUIe4H17IaF1Vgj6C8VI+v4tkSdK0veg==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.9" }, diff --git a/frontend/package.json b/frontend/package.json index db0a7605..a52d813e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -17,7 +17,7 @@ "@emotion/react": "11.13.0", "@emotion/server": "11.11.0", "@emotion/styled": "11.11.5", - "@mui/icons-material": "5.15.15", + "@mui/icons-material": "5.16.0", "@mui/lab": "5.0.0-alpha.170", "@mui/material": "5.15.15", "@mui/utils": "5.15.20",