From 869e68449a74930ed1d5a650b85d29f8b8ea73c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Dec 2021 23:17:17 +0000 Subject: [PATCH] fix: upgrade @mui/icons-material from 5.0.4 to 5.2.0 Snyk has created this PR to upgrade @mui/icons-material from 5.0.4 to 5.2.0. See this package in npm: See this project in Snyk: https://app.snyk.io/org/xxcodianxx/project/95cef1fb-aeca-456e-a319-208382b7b069?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 17 ++++++++++++----- 2 files changed, 13 insertions(+), 6 deletions(-) mode change 100755 => 100644 package.json mode change 100755 => 100644 yarn.lock diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 2ba9a6e..1c6b772 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "@date-io/dayjs": "^2.11.0", "@emotion/react": "^11.4.1", "@emotion/styled": "^11.3.0", - "@mui/icons-material": "^5.0.0", + "@mui/icons-material": "^5.2.0", "@mui/lab": "^5.0.0-alpha.47", "@mui/material": "^5.0.0", "@testing-library/jest-dom": "^5.11.4", diff --git a/yarn.lock b/yarn.lock old mode 100755 new mode 100644 index c4caa8c..a739ece --- a/yarn.lock +++ b/yarn.lock @@ -1164,6 +1164,13 @@ dependencies: regenerator-runtime "^0.13.4" +"@babel/runtime@^7.16.3": + version "7.16.5" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.5.tgz#7f3e34bf8bdbbadf03fbb7b1ea0d929569c9487a" + integrity sha512-TXWihFIS3Pyv5hzR7j6ihmeLkZfrXGxAr5UfSl8CHf+6q/wpiYDkUau0czckpYG8QmnCIuPpdLtuA9VmuGGyMA== + dependencies: + regenerator-runtime "^0.13.4" + "@babel/template@^7.10.4", "@babel/template@^7.15.4", "@babel/template@^7.3.3": version "7.15.4" resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.15.4.tgz#51898d35dcf3faa670c4ee6afcfd517ee139f194" @@ -1629,12 +1636,12 @@ prop-types "^15.7.2" react-is "^17.0.2" -"@mui/icons-material@^5.0.0": - version "5.0.4" - resolved "https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-5.0.4.tgz#2d1e69c323695a1c6e26be3abcc532818dd442d2" - integrity sha512-pW/2bjRGnBZujoLdtH/C+ghT0Tmlk9HmZHF6HuALuVOnRiHF9VwrcNrx0FLHYT0aMARZR4dBA15nU/53R1YNeQ== +"@mui/icons-material@^5.2.0": + version "5.2.4" + resolved "https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-5.2.4.tgz#a4ac1bc3dd028a21a60d6cdb64e0d3aab7226145" + integrity sha512-ekeOpSYFVYtNX2P+5oENXlCVQkT/Bm4XJBUTsdVYpqdoVBFSzygJMvNiq9HfAItSK3aBW7gMpypnDnN7CfjjOQ== dependencies: - "@babel/runtime" "^7.15.4" + "@babel/runtime" "^7.16.3" "@mui/lab@^5.0.0-alpha.47": version "5.0.0-alpha.51"