From 19b0c1681ca8795cb79be5e3a4d8139dbda794f5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Jul 2024 05:41:22 +0000 Subject: [PATCH] fix: upgrade @mui/icons-material from 5.15.18 to 5.15.20 Snyk has created this PR to upgrade @mui/icons-material from 5.15.18 to 5.15.20. See this package in npm: @mui/icons-material See this project in Snyk: https://app.snyk.io/org/juaneortiz1/project/3a2d0434-2d0d-4aa4-9f9d-286dc1b586e1?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4540d96..7a8783c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", - "@mui/icons-material": "^5.15.15", + "@mui/icons-material": "^5.15.20", "@mui/material": "^5.15.15", "@react-spring/web": "9.5.5", "@syncfusion/ej2-react-calendars": "^25.1.42", @@ -3938,9 +3938,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.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 692f86f..4ccadfa 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", - "@mui/icons-material": "^5.15.15", + "@mui/icons-material": "^5.15.20", "@mui/material": "^5.15.15", "@react-spring/web": "9.5.5", "@syncfusion/ej2-react-calendars": "^25.1.42",