diff --git a/package-lock.json b/package-lock.json index 2e862973..c2b05030 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", - "@mui/icons-material": "^5.15.20", + "@mui/icons-material": "^5.16.0", "@mui/material": "^5.15.18", "@reduxjs/toolkit": "^2.2.5", "@sentry/cli": "^2.32.1", @@ -4250,9 +4250,9 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.15.20", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.20.tgz", - "integrity": "sha512-oGcKmCuHaYbAAoLN67WKSXtHmEgyWcJToT1uRtmPyxMj9N5uqwc/mRtEnst4Wj/eGr+zYH2FiZQ79v9k7kSk1Q==", + "version": "5.16.0", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.16.0.tgz", + "integrity": "sha512-6ISoOhkp9w5gD0PEW9JklrcbyARDkFWNTBdwXZ1Oy5IGlyu9B0zG0hnUIe4H17IaF1Vgj6C8VI+v4tkSdK0veg==", "dependencies": { "@babel/runtime": "^7.23.9" }, diff --git a/package.json b/package.json index d94d2b1d..f4694937 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", - "@mui/icons-material": "^5.15.20", + "@mui/icons-material": "^5.16.0", "@mui/material": "^5.15.18", "@reduxjs/toolkit": "^2.2.5", "@sentry/cli": "^2.32.1",