Skip to content

Commit 4be7589

Browse files
authored
Merge pull request #35 from honia19/dependabot/npm_and_yarn/mui/material-5.14.10
build(deps): bump @mui/material from 5.14.5 to 5.14.10
2 parents 9e27ff6 + 3769092 commit 4be7589

File tree

2 files changed

+87
-55
lines changed

2 files changed

+87
-55
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@heroicons/react": "^2.0.18",
1919
"@mui/icons-material": "^5.13.7",
2020
"@mui/lab": "^5.0.0-alpha.140",
21-
"@mui/material": "^5.14.5",
21+
"@mui/material": "^5.14.10",
2222
"@reduxjs/toolkit": "^1.9.5",
2323
"axios": "^1.4.0",
2424
"clsx": "^2.0.0",

yarn.lock

Lines changed: 86 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -289,12 +289,12 @@
289289
dependencies:
290290
"@babel/helper-plugin-utils" "^7.22.5"
291291

292-
"@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.18.3", "@babel/runtime@^7.20.7", "@babel/runtime@^7.21.0", "@babel/runtime@^7.22.5", "@babel/runtime@^7.22.6", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
293-
version "7.22.6"
294-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.6.tgz#57d64b9ae3cff1d67eb067ae117dac087f5bd438"
295-
integrity sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ==
292+
"@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.18.3", "@babel/runtime@^7.20.7", "@babel/runtime@^7.22.15", "@babel/runtime@^7.22.5", "@babel/runtime@^7.22.6", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
293+
version "7.23.1"
294+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.1.tgz#72741dc4d413338a91dcb044a86f3c0bc402646d"
295+
integrity sha512-hC2v6p8ZSI/W0HUzh3V8C5g+NwSKzKPtJwSpTjwl0o297GP9+ZLQSkdvHz46CM3LqyoXxq+5G9komY+eSqSO0g==
296296
dependencies:
297-
regenerator-runtime "^0.13.11"
297+
regenerator-runtime "^0.14.0"
298298

299299
"@babel/template@^7.22.5", "@babel/template@^7.3.3":
300300
version "7.22.5"
@@ -490,6 +490,33 @@
490490
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.47.0.tgz#5478fdf443ff8158f9de171c704ae45308696c7d"
491491
integrity sha512-P6omY1zv5MItm93kLM8s2vr1HICJH8v0dvddDhysbIuZ+vcjOHg5Zbkf1mTkcmi2JA9oBG2anOkRnW8WJTS8Og==
492492

493+
"@floating-ui/core@^1.4.2":
494+
version "1.5.0"
495+
resolved "https://registry.yarnpkg.com/@floating-ui/core/-/core-1.5.0.tgz#5c05c60d5ae2d05101c3021c1a2a350ddc027f8c"
496+
integrity sha512-kK1h4m36DQ0UHGj5Ah4db7R0rHemTqqO0QLvUqi1/mUUp3LuAWbWxdxSIf/XsnH9VS6rRVPLJCncjRzUvyCLXg==
497+
dependencies:
498+
"@floating-ui/utils" "^0.1.3"
499+
500+
"@floating-ui/dom@^1.5.1":
501+
version "1.5.3"
502+
resolved "https://registry.yarnpkg.com/@floating-ui/dom/-/dom-1.5.3.tgz#54e50efcb432c06c23cd33de2b575102005436fa"
503+
integrity sha512-ClAbQnEqJAKCJOEbbLo5IUlZHkNszqhuxS4fHAVxRPXPya6Ysf2G8KypnYcOTpx6I8xcgF9bbHb6g/2KpbV8qA==
504+
dependencies:
505+
"@floating-ui/core" "^1.4.2"
506+
"@floating-ui/utils" "^0.1.3"
507+
508+
"@floating-ui/react-dom@^2.0.2":
509+
version "2.0.2"
510+
resolved "https://registry.yarnpkg.com/@floating-ui/react-dom/-/react-dom-2.0.2.tgz#fab244d64db08e6bed7be4b5fcce65315ef44d20"
511+
integrity sha512-5qhlDvjaLmAst/rKb3VdlCinwTF4EYMiVxuuc/HVUjs46W0zgtbMmAZ1UTsDrRTxRmUEzl92mOtWbeeXL26lSQ==
512+
dependencies:
513+
"@floating-ui/dom" "^1.5.1"
514+
515+
"@floating-ui/utils@^0.1.3":
516+
version "0.1.4"
517+
resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.1.4.tgz#19654d1026cc410975d46445180e70a5089b3e7d"
518+
integrity sha512-qprfWkn82Iw821mcKofJ5Pk9wgioHicxcQMxx+5zt5GSKoqdWvgG5AxVmpmUUjzTLPVSH5auBrhI93Deayn/DA==
519+
493520
"@heroicons/react@^2.0.18":
494521
version "2.0.18"
495522
resolved "https://registry.yarnpkg.com/@heroicons/react/-/react-2.0.18.tgz#f80301907c243df03c7e9fd76c0286e95361f7c1"
@@ -794,10 +821,23 @@
794821
prop-types "^15.8.1"
795822
react-is "^18.2.0"
796823

797-
"@mui/core-downloads-tracker@^5.14.5":
798-
version "5.14.5"
799-
resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-5.14.5.tgz#c5854b89d57520c77253a79b20b784d5c2903fb6"
800-
integrity sha512-+wpGH1USwPcKMFPMvXqYPC6fEvhxM3FzxC8lyDiNK/imLyyJ6y2DPb1Oue7OGIKJWBmYBqrWWtfovrxd1aJHTA==
824+
825+
version "5.0.0-beta.16"
826+
resolved "https://registry.yarnpkg.com/@mui/base/-/base-5.0.0-beta.16.tgz#5869b8cc83ea5da0083bb11790bda007c2384564"
827+
integrity sha512-OYxhC81c9bO0wobGcM8rrY5bRwpCXAI21BL0P2wz/2vTv4ek7ALz9+U5M8wgdmtRNUhmCmAB4L2WRwFRf5Cd8Q==
828+
dependencies:
829+
"@babel/runtime" "^7.22.15"
830+
"@floating-ui/react-dom" "^2.0.2"
831+
"@mui/types" "^7.2.4"
832+
"@mui/utils" "^5.14.10"
833+
"@popperjs/core" "^2.11.8"
834+
clsx "^2.0.0"
835+
prop-types "^15.8.1"
836+
837+
"@mui/core-downloads-tracker@^5.14.10":
838+
version "5.14.10"
839+
resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-5.14.10.tgz#32a8581be98344bbda5ed31fc7b41788bd2e3bc5"
840+
integrity sha512-kPHu/NhZq1k+vSZR5wq3AyUfD4bnfWAeuKpps0+8PS7ZHQ2Lyv1cXJh+PlFdCIOa0PK98rk3JPwMzS8BMhdHwQ==
801841

802842
"@mui/icons-material@^5.13.7":
803843
version "5.13.7"
@@ -820,53 +860,53 @@
820860
prop-types "^15.8.1"
821861
react-is "^18.2.0"
822862

823-
"@mui/material@^5.14.5":
824-
version "5.14.5"
825-
resolved "https://registry.yarnpkg.com/@mui/material/-/material-5.14.5.tgz#4610b381fd159cd208c28e1d1f29c303ea24a518"
826-
integrity sha512-4qa4GMfuZH0Ai3mttk5ccXP8a3sf7aPlAJwyMrUSz6h9hPri6BPou94zeu3rENhhmKLby9S/W1y+pmficy8JKA==
863+
"@mui/material@^5.14.10":
864+
version "5.14.10"
865+
resolved "https://registry.yarnpkg.com/@mui/material/-/material-5.14.10.tgz#b8c6ba17c25c0df54053cb0f1bb35083bc91dace"
866+
integrity sha512-ejFMppnO+lzBXpzju+N4SSz0Mhmi5sihXUGcr5FxpgB6bfUP0Lpe32O0Sw/3s8xlmLEvG1fqVT0rRyAVMlCA+A==
827867
dependencies:
828-
"@babel/runtime" "^7.22.6"
829-
"@mui/base" "5.0.0-beta.11"
830-
"@mui/core-downloads-tracker" "^5.14.5"
831-
"@mui/system" "^5.14.5"
868+
"@babel/runtime" "^7.22.15"
869+
"@mui/base" "5.0.0-beta.16"
870+
"@mui/core-downloads-tracker" "^5.14.10"
871+
"@mui/system" "^5.14.10"
832872
"@mui/types" "^7.2.4"
833-
"@mui/utils" "^5.14.5"
873+
"@mui/utils" "^5.14.10"
834874
"@types/react-transition-group" "^4.4.6"
835875
clsx "^2.0.0"
836876
csstype "^3.1.2"
837877
prop-types "^15.8.1"
838878
react-is "^18.2.0"
839879
react-transition-group "^4.4.5"
840880

841-
"@mui/private-theming@^5.14.5":
842-
version "5.14.5"
843-
resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-5.14.5.tgz#834e1569c31e2644665f98d902def79014053017"
844-
integrity sha512-cC4C5RrpXpDaaZyH9QwmPhRLgz+f2SYbOty3cPkk4qPSOSfif2ZEcDD9HTENKDDd9deB+xkPKzzZhi8cxIx8Ig==
881+
"@mui/private-theming@^5.14.10":
882+
version "5.14.10"
883+
resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-5.14.10.tgz#42b176b27435931aff40d50833413d10150ac007"
884+
integrity sha512-f67xOj3H06wWDT9xBg7hVL/HSKNF+HG1Kx0Pm23skkbEqD2Ef2Lif64e5nPdmWVv+7cISCYtSuE2aeuzrZe78w==
845885
dependencies:
846-
"@babel/runtime" "^7.22.6"
847-
"@mui/utils" "^5.14.5"
886+
"@babel/runtime" "^7.22.15"
887+
"@mui/utils" "^5.14.10"
848888
prop-types "^15.8.1"
849889

850-
"@mui/styled-engine@^5.13.2":
851-
version "5.13.2"
852-
resolved "https://registry.yarnpkg.com/@mui/styled-engine/-/styled-engine-5.13.2.tgz#c87bd61c0ab8086d34828b6defe97c02bcd642ef"
853-
integrity sha512-VCYCU6xVtXOrIN8lcbuPmoG+u7FYuOERG++fpY74hPpEWkyFQG97F+/XfTQVYzlR2m7nPjnwVUgATcTCMEaMvw==
890+
"@mui/styled-engine@^5.14.10":
891+
version "5.14.10"
892+
resolved "https://registry.yarnpkg.com/@mui/styled-engine/-/styled-engine-5.14.10.tgz#2ec443031e48425cd6fda63be498cfa262c1d3a0"
893+
integrity sha512-EJckxmQHrsBvDbFu1trJkvjNw/1R7jfNarnqPSnL+jEQawCkQIqVELWLrlOa611TFtxSJGkdUfCFXeJC203HVg==
854894
dependencies:
855-
"@babel/runtime" "^7.21.0"
895+
"@babel/runtime" "^7.22.15"
856896
"@emotion/cache" "^11.11.0"
857897
csstype "^3.1.2"
858898
prop-types "^15.8.1"
859899

860-
"@mui/system@^5.14.5":
861-
version "5.14.5"
862-
resolved "https://registry.yarnpkg.com/@mui/system/-/system-5.14.5.tgz#614394c4183d90df82c540e0e736ba72c1f95f8e"
863-
integrity sha512-mextXZHDeGcR7E1kx43TRARrVXy+gI4wzpUgNv7MqZs1dvTVXQGVeAT6ydj9d6FUqHBPMNLGV/21vJOrpqsL+w==
900+
"@mui/system@^5.14.10", "@mui/system@^5.14.5":
901+
version "5.14.10"
902+
resolved "https://registry.yarnpkg.com/@mui/system/-/system-5.14.10.tgz#b125f8370c1c92af04f1839c40e034d4edc4ad29"
903+
integrity sha512-QQmtTG/R4gjmLiL5ECQ7kRxLKDm8aKKD7seGZfbINtRVJDyFhKChA1a+K2bfqIAaBo1EMDv+6FWNT1Q5cRKjFA==
864904
dependencies:
865-
"@babel/runtime" "^7.22.6"
866-
"@mui/private-theming" "^5.14.5"
867-
"@mui/styled-engine" "^5.13.2"
905+
"@babel/runtime" "^7.22.15"
906+
"@mui/private-theming" "^5.14.10"
907+
"@mui/styled-engine" "^5.14.10"
868908
"@mui/types" "^7.2.4"
869-
"@mui/utils" "^5.14.5"
909+
"@mui/utils" "^5.14.10"
870910
clsx "^2.0.0"
871911
csstype "^3.1.2"
872912
prop-types "^15.8.1"
@@ -876,14 +916,13 @@
876916
resolved "https://registry.yarnpkg.com/@mui/types/-/types-7.2.4.tgz#b6fade19323b754c5c6de679a38f068fd50b9328"
877917
integrity sha512-LBcwa8rN84bKF+f5sDyku42w1NTxaPgPyYKODsh01U1fVstTClbUoSA96oyRBnSNyEiAVjKm6Gwx9vjR+xyqHA==
878918

879-
"@mui/utils@^5.14.5":
880-
version "5.14.5"
881-
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-5.14.5.tgz#98fb6060610b793a8478e70ffe5e4ed5bd922dba"
882-
integrity sha512-6Hzw63VR9C5xYv+CbjndoRLU6Gntal8rJ5W+GUzkyHrGWIyYPWZPa6AevnyGioySNETATe1H9oXS8f/7qgIHJA==
919+
"@mui/utils@^5.14.10", "@mui/utils@^5.14.5":
920+
version "5.14.10"
921+
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-5.14.10.tgz#4b0a2a26f1ee12323010daa9d7aecf3384acfc3c"
922+
integrity sha512-Rn+vYQX7FxkcW0riDX/clNUwKuOJFH45HiULxwmpgnzQoQr3A0lb+QYwaZ+FAkZrR7qLoHKmLQlcItu6LT0y/Q==
883923
dependencies:
884-
"@babel/runtime" "^7.22.6"
924+
"@babel/runtime" "^7.22.15"
885925
"@types/prop-types" "^15.7.5"
886-
"@types/react-is" "^18.2.1"
887926
prop-types "^15.8.1"
888927
react-is "^18.2.0"
889928

@@ -1225,13 +1264,6 @@
12251264
dependencies:
12261265
"@types/react" "*"
12271266

1228-
"@types/react-is@^18.2.1":
1229-
version "18.2.1"
1230-
resolved "https://registry.yarnpkg.com/@types/react-is/-/react-is-18.2.1.tgz#61d01c2a6fc089a53520c0b66996d458fdc46863"
1231-
integrity sha512-wyUkmaaSZEzFZivD8F2ftSyAfk6L+DfFliVj/mYdOXbVjRcS87fQJLTnhk6dRZPuJjI+9g6RZJO4PNCngUrmyw==
1232-
dependencies:
1233-
"@types/react" "*"
1234-
12351267
"@types/react-transition-group@^4.4.6":
12361268
version "4.4.6"
12371269
resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.4.6.tgz#18187bcda5281f8e10dfc48f0943e2fdf4f75e2e"
@@ -4939,10 +4971,10 @@ reflect.getprototypeof@^1.0.3:
49394971
globalthis "^1.0.3"
49404972
which-builtin-type "^1.1.3"
49414973

4942-
regenerator-runtime@^0.13.11:
4943-
version "0.13.11"
4944-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
4945-
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==
4974+
regenerator-runtime@^0.14.0:
4975+
version "0.14.0"
4976+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz#5e19d68eb12d486f797e15a3c6a918f7cec5eb45"
4977+
integrity sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==
49464978

49474979
regexp.prototype.flags@^1.4.3, regexp.prototype.flags@^1.5.0:
49484980
version "1.5.0"

0 commit comments

Comments
 (0)