diff --git a/package-lock.json b/package-lock.json index 6c596f9..fcae701 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,8 +17,8 @@ "@fullcalendar/interaction": "^6.1.13", "@fullcalendar/react": "^6.1.11", "@fullcalendar/timegrid": "^6.1.11", - "@mui/icons-material": "^5.15.17", - "@mui/material": "^5.15.18", + "@mui/icons-material": "^5.15.18", + "@mui/material": "^5.15.17", "@mui/styled-engine-sc": "^6.0.0-alpha.18", "@supabase/ssr": "^0.3.0", "@supabase/supabase-js": "^2.43.2", @@ -686,9 +686,10 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.15.17", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.17.tgz", - "integrity": "sha512-xVzl2De7IY36s/keHX45YMiCpsIx3mNv2xwDgtBkRSnZQtVk+Gqufwj1ktUxEyjzEhBl0+PiNJqYC31C+n1n6A==", + "version": "5.15.18", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.18.tgz", + "integrity": "sha512-jGhyw02TSLM0NgW+MDQRLLRUD/K4eN9rlK2pTBTL1OtzyZmQ8nB060zK1wA0b7cVrIiG+zyrRmNAvGWXwm2N9Q==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.9" }, diff --git a/package.json b/package.json index 370cecb..ef59359 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,8 @@ "@fullcalendar/interaction": "^6.1.13", "@fullcalendar/react": "^6.1.11", "@fullcalendar/timegrid": "^6.1.11", - "@mui/icons-material": "^5.15.17", - "@mui/material": "^5.15.18", + "@mui/icons-material": "^5.15.18", + "@mui/material": "^5.15.17", "@mui/styled-engine-sc": "^6.0.0-alpha.18", "@supabase/ssr": "^0.3.0", "@supabase/supabase-js": "^2.43.2",