From 1d91eea70173dc6d5619422d63d309ce14db1016 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Jun 2024 05:00:57 +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/ase020/project/d0ccae83-8826-4b35-ab9a-c30ee6038325?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f38791a..62c79d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,8 +11,8 @@ "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", "@material-tailwind/react": "^2.1.9", - "@mui/icons-material": "^5.15.18", - "@mui/material": "^5.15.17", + "@mui/icons-material": "^5.15.19", + "@mui/material": "^5.15.18", "flowbite-react": "^0.9.0", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -1328,9 +1328,9 @@ } }, "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 4cb4946..29b8ea8 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", "@material-tailwind/react": "^2.1.9", - "@mui/icons-material": "^5.15.18", + "@mui/icons-material": "^5.15.19", "flowbite-react": "^0.9.0", "@mui/material": "^5.15.18", "react": "^18.3.1",