470470 dependencies:
471471 regenerator-runtime "^0.13.4"
472472
473+ "@babel/runtime@^7.14.8", "@babel/runtime@^7.23.9":
474+ version "7.26.9"
475+ resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.9.tgz#aa4c6facc65b9cb3f87d75125ffd47781b475433"
476+ integrity sha512-aA63XwOkcl4xxQa3HjPMqOP6LiK0ZDv3mUPYEFXkpHbaFjtGggE1A61FjFzJnB+p7/oy2gA8E+rcBNl/zC1tMg==
477+ dependencies:
478+ regenerator-runtime "^0.14.0"
479+
473480"@babel/template@^7.16.0", "@babel/template@^7.3.3":
474481 version "7.16.0"
475482 resolved "https://registry.npmjs.org/@babel/template/-/template-7.16.0.tgz#d16a35ebf4cd74e202083356fab21dd89363ddd6"
945952 react-is "^16.8.0 || ^17.0.0"
946953 react-transition-group "^4.4.0"
947954
948- "@material-ui/styles@4.11.5", "@material-ui/styles@ ^4.11.5":
955+ "@material-ui/styles@^4.11.5":
949956 version "4.11.5"
950957 resolved "https://registry.yarnpkg.com/@material-ui/styles/-/styles-4.11.5.tgz#19f84457df3aafd956ac863dbe156b1d88e2bbfb"
951958 integrity sha512-o/41ot5JJiUsIETME9wVLAJrmIWL3j0R0Bj2kCOLbSfqEkKf0fmaPt+5vtblUh5eXr2S+J/8J3DaCb10+CzPGA==
9961003 resolved "https://registry.yarnpkg.com/@mdn/browser-compat-data/-/browser-compat-data-4.1.12.tgz#d266138c24295440619ea562ce3f4ec22600e897"
9971004 integrity sha512-y3Ntio6hb5+m6asxcA3nnIN6URjAFMji2EZZVYGd2Ag5On4mmvPhMnXdiIScCMXgHjFX+5qXuKaojLLhJHZPAg==
9981005
1006+ "@mui/private-theming@^5.0.0":
1007+ version "5.16.14"
1008+ resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-5.16.14.tgz#7ad2b8a8fe0417f9fdfd05011806b9cb33c1a20a"
1009+ integrity sha512-12t7NKzvYi819IO5IapW2BcR33wP/KAVrU8d7gLhGHoAmhDxyXlRoKiRij3TOD8+uzk0B6R9wHUNKi4baJcRNg==
1010+ dependencies:
1011+ "@babel/runtime" "^7.23.9"
1012+ "@mui/utils" "^5.16.14"
1013+ prop-types "^15.8.1"
1014+
1015+ 1016+ version "5.0.0"
1017+ resolved "https://registry.yarnpkg.com/@mui/styles/-/styles-5.0.0.tgz#ef9d1ab02a29729f15c92390e281849e3cd132c0"
1018+ integrity sha512-J4Cg43m1M+7HsvV4XtTGAs39ogZcnzTUDxw0VbEdDdaEYdXG0jC5VXT/UouOPI2SWA3/v+trfanW8t/U2pIsqA==
1019+ dependencies:
1020+ "@babel/runtime" "^7.14.8"
1021+ "@emotion/hash" "^0.8.0"
1022+ "@mui/private-theming" "^5.0.0"
1023+ "@mui/types" "^7.0.0"
1024+ "@mui/utils" "^5.0.0"
1025+ clsx "^1.1.1"
1026+ csstype "^3.0.8"
1027+ hoist-non-react-statics "^3.3.2"
1028+ jss "^10.7.1"
1029+ jss-plugin-camel-case "^10.7.1"
1030+ jss-plugin-default-unit "^10.7.1"
1031+ jss-plugin-global "^10.7.1"
1032+ jss-plugin-nested "^10.7.1"
1033+ jss-plugin-props-sort "^10.7.1"
1034+ jss-plugin-rule-value-function "^10.7.1"
1035+ jss-plugin-vendor-prefixer "^10.7.1"
1036+ prop-types "^15.7.2"
1037+
1038+ "@mui/types@^7.0.0", "@mui/types@^7.2.15":
1039+ version "7.2.21"
1040+ resolved "https://registry.yarnpkg.com/@mui/types/-/types-7.2.21.tgz#63f50874eda8e4a021a69aaa8ba9597369befda2"
1041+ integrity sha512-6HstngiUxNqLU+/DPqlUJDIPbzUBxIVHb1MmXP0eTWDIROiCR2viugXpEif0PPe2mLqqakPzzRClWAnK+8UJww==
1042+
1043+ "@mui/utils@^5.0.0", "@mui/utils@^5.16.14":
1044+ version "5.16.14"
1045+ resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-5.16.14.tgz#7217e876a5092cd04c184b34bca348e0befaef8c"
1046+ integrity sha512-wn1QZkRzSmeXD1IguBVvJJHV3s6rxJrfb6YuC9Kk6Noh9f8Fb54nUs5JRkKm+BOerRhj5fLg05Dhx/H3Ofb8Mg==
1047+ dependencies:
1048+ "@babel/runtime" "^7.23.9"
1049+ "@mui/types" "^7.2.15"
1050+ "@types/prop-types" "^15.7.12"
1051+ clsx "^2.1.1"
1052+ prop-types "^15.8.1"
1053+ react-is "^19.0.0"
1054+
999105510001056 version "2.1.5"
10011057 resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
14091465 resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11"
14101466 integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==
14111467
1468+ "@types/prop-types@^15.7.12":
1469+ version "15.7.14"
1470+ resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.14.tgz#1433419d73b2a7ebfc6918dcefd2ec0d5cd698f2"
1471+ integrity sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ==
1472+
14121473"@types/qs@*":
14131474 version "6.9.7"
14141475 resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.7.tgz#63bb7d067db107cc1e457c303bc25d511febf6cb"
@@ -3018,6 +3079,16 @@ clsx@^1.0.4:
30183079 resolved "https://registry.npmjs.org/clsx/-/clsx-1.1.1.tgz#98b3134f9abbdf23b2663491ace13c5c03a73188"
30193080 integrity sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA==
30203081
3082+ clsx@^1.1.1:
3083+ version "1.2.1"
3084+ resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.2.1.tgz#0ddc4a20a549b59c93a4116bb26f5294ca17dc12"
3085+ integrity sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==
3086+
3087+ clsx@^2.1.1:
3088+ version "2.1.1"
3089+ resolved "https://registry.yarnpkg.com/clsx/-/clsx-2.1.1.tgz#eed397c9fd8bd882bfb18deab7102049a2f32999"
3090+ integrity sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==
3091+
30213092co@^4.6.0:
30223093 version "4.6.0"
30233094 resolved "https://registry.npmjs.org/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
@@ -3642,6 +3713,11 @@ csstype@^3.0.2:
36423713 resolved "https://registry.npmjs.org/csstype/-/csstype-3.0.9.tgz#6410af31b26bd0520933d02cbc64fce9ce3fbf0b"
36433714 integrity sha512-rpw6JPxK6Rfg1zLOYCSwle2GFOOsnjmDYDaBwEcwoOg4qlsIVCN789VkBZDJAGi4T07gI4YSutR43t9Zz4Lzuw==
36443715
3716+ csstype@^3.0.8:
3717+ version "3.1.3"
3718+ resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81"
3719+ integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==
3720+
36453721dargs@^7.0.0:
36463722 version "7.0.0"
36473723 resolved "https://registry.npmjs.org/dargs/-/dargs-7.0.0.tgz#04015c41de0bcb69ec84050f3d9be0caf8d6d5cc"
@@ -7297,6 +7373,15 @@ jss-plugin-camel-case@^10.5.1:
72977373 hyphenate-style-name "^1.0.3"
72987374 jss "10.8.2"
72997375
7376+ jss-plugin-camel-case@^10.7.1:
7377+ version "10.10.0"
7378+ resolved "https://registry.yarnpkg.com/jss-plugin-camel-case/-/jss-plugin-camel-case-10.10.0.tgz#27ea159bab67eb4837fa0260204eb7925d4daa1c"
7379+ integrity sha512-z+HETfj5IYgFxh1wJnUAU8jByI48ED+v0fuTuhKrPR+pRBYS2EDwbusU8aFOpCdYhtRc9zhN+PJ7iNE8pAWyPw==
7380+ dependencies:
7381+ "@babel/runtime" "^7.3.1"
7382+ hyphenate-style-name "^1.0.3"
7383+ jss "10.10.0"
7384+
73007385jss-plugin-default-unit@^10.5.1:
73017386 version "10.8.2"
73027387 resolved "https://registry.npmjs.org/jss-plugin-default-unit/-/jss-plugin-default-unit-10.8.2.tgz#c66f12e02e0815d911b85c02c2a979ee7b4ce69a"
@@ -7305,6 +7390,14 @@ jss-plugin-default-unit@^10.5.1:
73057390 "@babel/runtime" "^7.3.1"
73067391 jss "10.8.2"
73077392
7393+ jss-plugin-default-unit@^10.7.1:
7394+ version "10.10.0"
7395+ resolved "https://registry.yarnpkg.com/jss-plugin-default-unit/-/jss-plugin-default-unit-10.10.0.tgz#db3925cf6a07f8e1dd459549d9c8aadff9804293"
7396+ integrity sha512-SvpajxIECi4JDUbGLefvNckmI+c2VWmP43qnEy/0eiwzRUsafg5DVSIWSzZe4d2vFX1u9nRDP46WCFV/PXVBGQ==
7397+ dependencies:
7398+ "@babel/runtime" "^7.3.1"
7399+ jss "10.10.0"
7400+
73087401jss-plugin-global@^10.5.1:
73097402 version "10.8.2"
73107403 resolved "https://registry.npmjs.org/jss-plugin-global/-/jss-plugin-global-10.8.2.tgz#1a35632a693cf50113bcc5ffe6b51969df79c4ec"
@@ -7313,6 +7406,14 @@ jss-plugin-global@^10.5.1:
73137406 "@babel/runtime" "^7.3.1"
73147407 jss "10.8.2"
73157408
7409+ jss-plugin-global@^10.7.1:
7410+ version "10.10.0"
7411+ resolved "https://registry.yarnpkg.com/jss-plugin-global/-/jss-plugin-global-10.10.0.tgz#1c55d3c35821fab67a538a38918292fc9c567efd"
7412+ integrity sha512-icXEYbMufiNuWfuazLeN+BNJO16Ge88OcXU5ZDC2vLqElmMybA31Wi7lZ3lf+vgufRocvPj8443irhYRgWxP+A==
7413+ dependencies:
7414+ "@babel/runtime" "^7.3.1"
7415+ jss "10.10.0"
7416+
73167417jss-plugin-nested@^10.5.1:
73177418 version "10.8.2"
73187419 resolved "https://registry.npmjs.org/jss-plugin-nested/-/jss-plugin-nested-10.8.2.tgz#79f3c7f75ea6a36ae72fe52e777035bb24d230c7"
@@ -7322,6 +7423,15 @@ jss-plugin-nested@^10.5.1:
73227423 jss "10.8.2"
73237424 tiny-warning "^1.0.2"
73247425
7426+ jss-plugin-nested@^10.7.1:
7427+ version "10.10.0"
7428+ resolved "https://registry.yarnpkg.com/jss-plugin-nested/-/jss-plugin-nested-10.10.0.tgz#db872ed8925688806e77f1fc87f6e62264513219"
7429+ integrity sha512-9R4JHxxGgiZhurDo3q7LdIiDEgtA1bTGzAbhSPyIOWb7ZubrjQe8acwhEQ6OEKydzpl8XHMtTnEwHXCARLYqYA==
7430+ dependencies:
7431+ "@babel/runtime" "^7.3.1"
7432+ jss "10.10.0"
7433+ tiny-warning "^1.0.2"
7434+
73257435jss-plugin-props-sort@^10.5.1:
73267436 version "10.8.2"
73277437 resolved "https://registry.npmjs.org/jss-plugin-props-sort/-/jss-plugin-props-sort-10.8.2.tgz#e25a7471868652c394562b6dc5433dcaea7dff6f"
@@ -7330,6 +7440,14 @@ jss-plugin-props-sort@^10.5.1:
73307440 "@babel/runtime" "^7.3.1"
73317441 jss "10.8.2"
73327442
7443+ jss-plugin-props-sort@^10.7.1:
7444+ version "10.10.0"
7445+ resolved "https://registry.yarnpkg.com/jss-plugin-props-sort/-/jss-plugin-props-sort-10.10.0.tgz#67f4dd4c70830c126f4ec49b4b37ccddb680a5d7"
7446+ integrity sha512-5VNJvQJbnq/vRfje6uZLe/FyaOpzP/IH1LP+0fr88QamVrGJa0hpRRyAa0ea4U/3LcorJfBFVyC4yN2QC73lJg==
7447+ dependencies:
7448+ "@babel/runtime" "^7.3.1"
7449+ jss "10.10.0"
7450+
73337451jss-plugin-rule-value-function@^10.5.1:
73347452 version "10.8.2"
73357453 resolved "https://registry.npmjs.org/jss-plugin-rule-value-function/-/jss-plugin-rule-value-function-10.8.2.tgz#55354b55f1b2968a15976729968f767f02d64049"
@@ -7339,6 +7457,15 @@ jss-plugin-rule-value-function@^10.5.1:
73397457 jss "10.8.2"
73407458 tiny-warning "^1.0.2"
73417459
7460+ jss-plugin-rule-value-function@^10.7.1:
7461+ version "10.10.0"
7462+ resolved "https://registry.yarnpkg.com/jss-plugin-rule-value-function/-/jss-plugin-rule-value-function-10.10.0.tgz#7d99e3229e78a3712f78ba50ab342e881d26a24b"
7463+ integrity sha512-uEFJFgaCtkXeIPgki8ICw3Y7VMkL9GEan6SqmT9tqpwM+/t+hxfMUdU4wQ0MtOiMNWhwnckBV0IebrKcZM9C0g==
7464+ dependencies:
7465+ "@babel/runtime" "^7.3.1"
7466+ jss "10.10.0"
7467+ tiny-warning "^1.0.2"
7468+
73427469jss-plugin-vendor-prefixer@^10.5.1:
73437470 version "10.8.2"
73447471 resolved "https://registry.npmjs.org/jss-plugin-vendor-prefixer/-/jss-plugin-vendor-prefixer-10.8.2.tgz#ebb4a482642f34091e454901e21176441dd5f475"
@@ -7348,6 +7475,25 @@ jss-plugin-vendor-prefixer@^10.5.1:
73487475 css-vendor "^2.0.8"
73497476 jss "10.8.2"
73507477
7478+ jss-plugin-vendor-prefixer@^10.7.1:
7479+ version "10.10.0"
7480+ resolved "https://registry.yarnpkg.com/jss-plugin-vendor-prefixer/-/jss-plugin-vendor-prefixer-10.10.0.tgz#c01428ef5a89f2b128ec0af87a314d0c767931c7"
7481+ integrity sha512-UY/41WumgjW8r1qMCO8l1ARg7NHnfRVWRhZ2E2m0DMYsr2DD91qIXLyNhiX83hHswR7Wm4D+oDYNC1zWCJWtqg==
7482+ dependencies:
7483+ "@babel/runtime" "^7.3.1"
7484+ css-vendor "^2.0.8"
7485+ jss "10.10.0"
7486+
7487+ 7488+ version "10.10.0"
7489+ resolved "https://registry.yarnpkg.com/jss/-/jss-10.10.0.tgz#a75cc85b0108c7ac8c7b7d296c520a3e4fbc6ccc"
7490+ integrity sha512-cqsOTS7jqPsPMjtKYDUpdFC0AbhYFLTcuGRqymgmdJIeQ8cH7+AgX7YSgQy79wXloZq2VvATYxUOUQEvS1V/Zw==
7491+ dependencies:
7492+ "@babel/runtime" "^7.3.1"
7493+ csstype "^3.0.2"
7494+ is-in-browser "^1.1.3"
7495+ tiny-warning "^1.0.2"
7496+
7351749773527498 version "10.8.2"
73537499 resolved "https://registry.npmjs.org/jss/-/jss-10.8.2.tgz#4b2a30b094b924629a64928236017a52c7c97505"
@@ -10083,6 +10229,11 @@ react-is@^16.12.0, react-is@^16.13.1, react-is@^16.7.0, react-is@^16.8.1, react-
1008310229 resolved "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
1008410230 integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
1008510231
10232+ react-is@^19.0.0:
10233+ version "19.0.0"
10234+ resolved "https://registry.yarnpkg.com/react-is/-/react-is-19.0.0.tgz#d6669fd389ff022a9684f708cf6fa4962d1fea7a"
10235+ integrity sha512-H91OHcwjZsbq3ClIDHMzBShc1rotbfACdWENsmEf0IFvZ3FgGPtdHMcsv45bQ1hAbgdfiA8SnxTKfDS+x/8m2g==
10236+
10086102371008710238 version "6.30.0"
1008810239 resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.30.0.tgz#a64774104508bff56b1affc2796daa3f7e76b7df"
@@ -10261,7 +10412,7 @@ reflect.ownkeys@^0.2.0:
1026110412 resolved "https://registry.npmjs.org/reflect.ownkeys/-/reflect.ownkeys-0.2.0.tgz#749aceec7f3fdf8b63f927a04809e90c5c0b3460"
1026210413 integrity sha1-dJrO7H8/34tj+SegSAnpDFwLNGA=
1026310414
10264- 10415+ [email protected] , regenerator-runtime@^0.14.0 :
1026510416 version "0.14.1"
1026610417 resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f"
1026710418 integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==
0 commit comments