From af4123aa8cee7f28432ebd86201ab6c740ceb139 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Jul 2024 08:32:03 +0000 Subject: [PATCH] fix: upgrade @mui/icons-material from 5.15.19 to 5.15.20 Snyk has created this PR to upgrade @mui/icons-material from 5.15.19 to 5.15.20. 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 9b1614b..4cd5dab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fullcalendar/interaction": "^6.1.13", "@fullcalendar/react": "^6.1.14", "@fullcalendar/timegrid": "^6.1.13", - "@mui/icons-material": "^5.15.19", + "@mui/icons-material": "^5.15.20", "@mui/material": "^5.15.19", "@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.19", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.19.tgz", - "integrity": "sha512-RsEiRxA5azN9b8gI7JRqekkgvxQUlitoBOtZglflb8cUDyP12/cP4gRwhb44Ea1/zwwGGjAj66ZJpGHhKfibNA==", + "version": "5.15.20", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.20.tgz", + "integrity": "sha512-oGcKmCuHaYbAAoLN67WKSXtHmEgyWcJToT1uRtmPyxMj9N5uqwc/mRtEnst4Wj/eGr+zYH2FiZQ79v9k7kSk1Q==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.9" diff --git a/package.json b/package.json index f60dccb..2cdb2b5 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@fullcalendar/interaction": "^6.1.13", "@fullcalendar/react": "^6.1.14", "@fullcalendar/timegrid": "^6.1.13", - "@mui/icons-material": "^5.15.19", + "@mui/icons-material": "^5.15.20", "@mui/material": "^5.15.19", "@mui/styled-engine-sc": "^6.0.0-alpha.18", "@supabase/ssr": "^0.3.0",