From e17bfcd61a01e0bd8b0fb4c954d19e8e6d4ca4a2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Jun 2024 02:07:46 +0000 Subject: [PATCH] fix: upgrade @mui/icons-material from 5.15.18 to 5.15.19 Snyk has created this PR to upgrade @mui/icons-material from 5.15.18 to 5.15.19. See this package in npm: @mui/icons-material See this project in Snyk: https://app.snyk.io/org/leoo1992/project/6f1e1591-28bd-403f-9772-29968609bf71?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) 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",