diff --git a/package-lock.json b/package-lock.json index ddb4bc6..02ce0e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@emotion/styled": "^11.11.5", "@heroicons/react": "^2.1.3", "@hookform/resolvers": "^3.4.2", - "@mui/icons-material": "^5.15.18", + "@mui/icons-material": "^5.15.19", "@mui/material": "^5.15.16", "@rollup/plugin-terser": "^0.4.4", "@types/tailwindcss": "^3.1.0", @@ -53,7 +53,7 @@ "@vituum/vite-plugin-postcss": "^1.1.0", "autoprefixer": "^10.4.19", "cypress": "^13.9.0", - "daisyui": "^4.10.5", + "daisyui": "^4.12.2", "dotenv": "^16.4.5", "eslint-plugin-react-hooks": "^4.6.2", "postcss": "^8.4.38", @@ -1546,9 +1546,10 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.15.18", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.18.tgz", - "integrity": "sha512-jGhyw02TSLM0NgW+MDQRLLRUD/K4eN9rlK2pTBTL1OtzyZmQ8nB060zK1wA0b7cVrIiG+zyrRmNAvGWXwm2N9Q==", + "version": "5.15.19", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.19.tgz", + "integrity": "sha512-RsEiRxA5azN9b8gI7JRqekkgvxQUlitoBOtZglflb8cUDyP12/cP4gRwhb44Ea1/zwwGGjAj66ZJpGHhKfibNA==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.9" }, diff --git a/package.json b/package.json index 6ea47c5..fc95993 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@emotion/styled": "^11.11.5", "@heroicons/react": "^2.1.3", "@hookform/resolvers": "^3.4.2", - "@mui/icons-material": "^5.15.18", + "@mui/icons-material": "^5.15.19", "@mui/material": "^5.15.16", "@rollup/plugin-terser": "^0.4.4", "@types/tailwindcss": "^3.1.0",