diff --git a/package-lock.json b/package-lock.json index f84116f..69882e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@emotion/styled": "11.10.5", "@fontsource/material-icons": "5.0.5", "@fontsource/roboto": "5.0.5", - "@mui/icons-material": "5.10.9", + "@mui/icons-material": "^5.14.1", "@mui/lab": "5.0.0-alpha.135", "@mui/material": "5.10.12", "@supabase/auth-helpers-react": "0.4.0", @@ -3807,11 +3807,11 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.10.9", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.10.9.tgz", - "integrity": "sha512-sqClXdEM39WKQJOQ0ZCPTptaZgqwibhj2EFV9N0v7BU1PO8y4OcX/a2wIQHn4fNuDjIZktJIBrmU23h7aqlGgg==", + "version": "5.14.1", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.14.1.tgz", + "integrity": "sha512-xV/f26muQqtWzerzOIdGPrXoxp/OKaE2G2Wp9gnmG47mHua5Slup/tMc3fA4ZYUreGGrK6+tT81TEvt1Wsng8Q==", "dependencies": { - "@babel/runtime": "^7.19.0" + "@babel/runtime": "^7.22.6" }, "engines": { "node": ">=12.0.0" diff --git a/package.json b/package.json index 3fa60d8..b59d266 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "@emotion/styled": "11.10.5", "@fontsource/material-icons": "5.0.5", "@fontsource/roboto": "5.0.5", - "@mui/icons-material": "5.10.9", + "@mui/icons-material": "5.14.1", "@mui/lab": "5.0.0-alpha.135", "@mui/material": "5.10.12", "@supabase/auth-helpers-react": "0.4.0",