From 0534d1a68b3039122c789b8df3fbc8ae3f2d9abb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Jun 2024 19:17:00 +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/josetutis/project/3c402998-992a-4249-ae7b-830abf69abcf?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f5b13d3..b9f0be0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fullcalendar/interaction": "^6.1.13", "@fullcalendar/react": "^6.1.13", "@fullcalendar/timegrid": "^6.1.13", - "@mui/icons-material": "^5.15.18", + "@mui/icons-material": "^5.15.19", "@mui/material": "^5.15.17", "@mui/styled-engine-sc": "^6.0.0-alpha.18", "@supabase/ssr": "^0.3.0", @@ -689,9 +689,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 de9042e..c5fa39b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@fullcalendar/interaction": "^6.1.13", "@fullcalendar/react": "^6.1.13", "@fullcalendar/timegrid": "^6.1.13", - "@mui/icons-material": "^5.15.18", + "@mui/icons-material": "^5.15.19", "@mui/material": "^5.15.17", "@mui/styled-engine-sc": "^6.0.0-alpha.18", "@supabase/ssr": "^0.3.0",