diff --git a/package-lock.json b/package-lock.json index 722ea20..5c5e8cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@emotion/styled": "^11.11.0", "@headlessui/react": "^1.7.18", "@headlessui/tailwindcss": "^0.2.0", - "@mui/icons-material": "^5.15.13", + "@mui/icons-material": "^5.16.7", "@mui/material": "^5.15.13", "@reduxjs/toolkit": "^2.2.2", "@supabase/auth-ui-react": "^0.4.7", @@ -3039,8 +3039,9 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.15.13", - "license": "MIT", + "version": "5.16.7", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.16.7.tgz", + "integrity": "sha512-UrGwDJCXEszbDI7yV047BYU5A28eGJ79keTCP4cc74WyncuVrnurlmIRxaHL8YK+LI1Kzq+/JM52IAkNnv4u+Q==", "dependencies": { "@babel/runtime": "^7.23.9" }, diff --git a/package.json b/package.json index 0b4f957..33d4b57 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@emotion/styled": "^11.11.0", "@headlessui/react": "^1.7.18", "@headlessui/tailwindcss": "^0.2.0", - "@mui/icons-material": "^5.15.13", + "@mui/icons-material": "^5.16.7", "@mui/material": "^5.15.13", "@reduxjs/toolkit": "^2.2.2", "@supabase/auth-ui-react": "^0.4.7",