Skip to content

Commit e248a60

Browse files
chore(deps): bump @mui/icons-material from 6.4.6 to 6.4.8
Bumps [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) from 6.4.6 to 6.4.8. - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/v6.4.8/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v6.4.8/packages/mui-icons-material) --- updated-dependencies: - dependency-name: "@mui/icons-material" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8c2a6f5 commit e248a60

File tree

6 files changed

+42
-17
lines changed

6 files changed

+42
-17
lines changed

packages/apps/dashboard/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@emotion/react": "^11.11.4",
1717
"@emotion/styled": "^11.11.5",
1818
"@human-protocol/sdk": "*",
19-
"@mui/icons-material": "^6.4.6",
19+
"@mui/icons-material": "^7.0.0",
2020
"@mui/material": "^5.15.18",
2121
"@mui/styled-engine-sc": "6.4.0",
2222
"@mui/x-data-grid": "^7.23.2",

packages/apps/faucet/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"dependencies": {
88
"@human-protocol/sdk": "*",
9-
"@mui/icons-material": "^6.4.6",
9+
"@mui/icons-material": "^7.0.0",
1010
"@mui/material": "^5.16.7",
1111
"react": "^18.2.0",
1212
"react-dom": "^18.2.0",

packages/apps/human-app/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@hcaptcha/react-hcaptcha": "^0.3.6",
2121
"@hookform/resolvers": "^3.3.4",
2222
"@human-protocol/sdk": "*",
23-
"@mui/icons-material": "^6.4.6",
23+
"@mui/icons-material": "^7.0.0",
2424
"@mui/material": "^5.16.7",
2525
"@mui/x-date-pickers": "^7.23.6",
2626
"@reown/appkit": "1.3.2",

packages/apps/job-launcher/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@emotion/styled": "^11.10.5",
88
"@hcaptcha/react-hcaptcha": "^1.10.1",
99
"@human-protocol/sdk": "*",
10-
"@mui/icons-material": "^6.4.6",
10+
"@mui/icons-material": "^7.0.0",
1111
"@mui/lab": "^5.0.0-alpha.141",
1212
"@mui/material": "^5.16.7",
1313
"@mui/x-date-pickers": "^7.23.6",

packages/apps/staking/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"@human-protocol/sdk": "*",
30-
"@mui/icons-material": "^6.4.6",
30+
"@mui/icons-material": "^7.0.0",
3131
"@mui/material": "^5.16.7",
3232
"@tanstack/query-sync-storage-persister": "^5.68.0",
3333
"@tanstack/react-query": "^5.67.2",

yarn.lock

Lines changed: 37 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1602,10 +1602,10 @@
16021602
core-js-pure "^3.30.2"
16031603
regenerator-runtime "^0.14.0"
16041604

1605-
"@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.9", "@babel/runtime@^7.18.3", "@babel/runtime@^7.21.0", "@babel/runtime@^7.23.2", "@babel/runtime@^7.23.9", "@babel/runtime@^7.25.0", "@babel/runtime@^7.25.7", "@babel/runtime@^7.26.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
1606-
version "7.26.7"
1607-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.7.tgz#f4e7fe527cd710f8dc0618610b61b4b060c3c341"
1608-
integrity sha512-AOPI3D+a8dXnja+iwsUqGRjr1BbZIe771sXdapOtYI531gSqpi92vXivKcq2asu/DFpdl1ceFAKZyRzK2PCVcQ==
1605+
"@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.9", "@babel/runtime@^7.18.3", "@babel/runtime@^7.21.0", "@babel/runtime@^7.23.2", "@babel/runtime@^7.23.9", "@babel/runtime@^7.25.0", "@babel/runtime@^7.25.7", "@babel/runtime@^7.26.0", "@babel/runtime@^7.26.10", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
1606+
version "7.27.0"
1607+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.0.tgz#fbee7cf97c709518ecc1f590984481d5460d4762"
1608+
integrity sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==
16091609
dependencies:
16101610
regenerator-runtime "^0.14.0"
16111611

@@ -3699,12 +3699,12 @@
36993699
resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-5.16.14.tgz#e6536f1b6caa873f7915fbf9703fdc840a5a98d9"
37003700
integrity sha512-sbjXW+BBSvmzn61XyTMun899E7nGPTXwqD9drm1jBUAvWEhJpPFIRxwQQiATWZnd9rvdxtnhhdsDxEGWI0jxqA==
37013701

3702-
"@mui/icons-material@^6.4.6":
3703-
version "6.4.6"
3704-
resolved "https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-6.4.6.tgz#a26eaeae2f7f1359b48dac3fe8a8eec61640c325"
3705-
integrity sha512-rGJBvIQQbQAlyKYljHQ8wAQS/K2/uYwvemcpygnAmCizmCI4zSF9HQPuiG8Ql4YLZ6V/uKjA3WHIYmF/8sV+pQ==
3702+
"@mui/icons-material@^7.0.0":
3703+
version "7.0.0"
3704+
resolved "https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-7.0.0.tgz#f994fd0967e5671bfe77d6e48dafe64618a486bb"
3705+
integrity sha512-1coOyY9nmkEURD1WCtR2bE7hKz6GOC+JzTqVQTE/c+wD/5CdUDzcV876phmeWAdxbSV5NI4PNxNwkOAcAnxxjg==
37063706
dependencies:
3707-
"@babel/runtime" "^7.26.0"
3707+
"@babel/runtime" "^7.26.10"
37083708

37093709
"@mui/lab@^5.0.0-alpha.141":
37103710
version "5.0.0-alpha.175"
@@ -18424,7 +18424,16 @@ string-natural-compare@^3.0.1:
1842418424
resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
1842518425
integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==
1842618426

18427-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
18427+
"string-width-cjs@npm:string-width@^4.2.0":
18428+
version "4.2.3"
18429+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
18430+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
18431+
dependencies:
18432+
emoji-regex "^8.0.0"
18433+
is-fullwidth-code-point "^3.0.0"
18434+
strip-ansi "^6.0.1"
18435+
18436+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
1842818437
version "4.2.3"
1842918438
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1843018439
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -18533,7 +18542,7 @@ string_decoder@~1.1.1:
1853318542
dependencies:
1853418543
safe-buffer "~5.1.0"
1853518544

18536-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
18545+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1853718546
version "6.0.1"
1853818547
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1853918548
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -18547,6 +18556,13 @@ strip-ansi@^5.2.0:
1854718556
dependencies:
1854818557
ansi-regex "^4.1.0"
1854918558

18559+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
18560+
version "6.0.1"
18561+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
18562+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
18563+
dependencies:
18564+
ansi-regex "^5.0.1"
18565+
1855018566
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
1855118567
version "7.1.0"
1855218568
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -20468,7 +20484,7 @@ workerpool@^6.5.1:
2046820484
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
2046920485
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
2047020486

20471-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
20487+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
2047220488
version "7.0.0"
2047320489
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
2047420490
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -20486,6 +20502,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
2048620502
string-width "^4.1.0"
2048720503
strip-ansi "^6.0.0"
2048820504

20505+
wrap-ansi@^7.0.0:
20506+
version "7.0.0"
20507+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
20508+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
20509+
dependencies:
20510+
ansi-styles "^4.0.0"
20511+
string-width "^4.1.0"
20512+
strip-ansi "^6.0.0"
20513+
2048920514
wrap-ansi@^8.0.1, wrap-ansi@^8.1.0:
2049020515
version "8.1.0"
2049120516
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)