Skip to content

Commit 2481f24

Browse files
Bump @mui/material from 5.15.6 to 5.15.10 in /dashboard (#70)
Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) from 5.15.6 to 5.15.10. - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v5.15.10/packages/mui-material) --- updated-dependencies: - dependency-name: "@mui/material" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 015a342 commit 2481f24

File tree

3 files changed

+37
-108
lines changed

3 files changed

+37
-108
lines changed

dashboard/package-lock.json

Lines changed: 18 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@faker-js/faker": "^8.4.0",
2626
"@iconify/react": "^4.1.1",
2727
"@mui/lab": "^5.0.0-alpha.165",
28-
"@mui/material": "^5.15.6",
28+
"@mui/material": "^5.15.10",
2929
"apexcharts": "3.44.2",
3030
"date-fns": "^3.3.1",
3131
"history": "^5.3.0",

dashboard/yarn.lock

Lines changed: 18 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
chalk "^2.4.2"
4242
js-tokens "^4.0.0"
4343

44-
"@babel/runtime@^7.12.5", "@babel/runtime@^7.18.3", "@babel/runtime@^7.23.2", "@babel/runtime@^7.23.8", "@babel/runtime@^7.23.9", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.7":
44+
"@babel/runtime@^7.12.5", "@babel/runtime@^7.18.3", "@babel/runtime@^7.23.2", "@babel/runtime@^7.23.9", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.7":
4545
version "7.23.9"
4646
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.9.tgz#47791a15e4603bb5f905bc0753801cf21d6345f7"
4747
integrity sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw==
@@ -318,21 +318,6 @@
318318
dependencies:
319319
"@floating-ui/utils" "^0.2.1"
320320

321-
"@floating-ui/core@^1.5.3":
322-
version "1.5.3"
323-
resolved "https://registry.yarnpkg.com/@floating-ui/core/-/core-1.5.3.tgz#b6aa0827708d70971c8679a16cf680a515b8a52a"
324-
integrity sha512-O0WKDOo0yhJuugCx6trZQj5jVJ9yR0ystG2JaNAemYUWce+pmM6WUEFIibnWyEJKdrDxhm75NoSRME35FNaM/Q==
325-
dependencies:
326-
"@floating-ui/utils" "^0.2.0"
327-
328-
"@floating-ui/dom@^1.5.4":
329-
version "1.5.4"
330-
resolved "https://registry.yarnpkg.com/@floating-ui/dom/-/dom-1.5.4.tgz#28df1e1cb373884224a463235c218dcbd81a16bb"
331-
integrity sha512-jByEsHIY+eEdCjnTVu+E3ephzTOzkQ8hgUfGwos+bg7NlH33Zc5uO+QHz1mrQUOgIKKDD1RtS201P9NvAfq3XQ==
332-
dependencies:
333-
"@floating-ui/core" "^1.5.3"
334-
"@floating-ui/utils" "^0.2.0"
335-
336321
"@floating-ui/dom@^1.6.1":
337322
version "1.6.3"
338323
resolved "https://registry.yarnpkg.com/@floating-ui/dom/-/dom-1.6.3.tgz#954e46c1dd3ad48e49db9ada7218b0985cee75ef"
@@ -341,13 +326,6 @@
341326
"@floating-ui/core" "^1.0.0"
342327
"@floating-ui/utils" "^0.2.0"
343328

344-
"@floating-ui/react-dom@^2.0.6":
345-
version "2.0.6"
346-
resolved "https://registry.yarnpkg.com/@floating-ui/react-dom/-/react-dom-2.0.6.tgz#5ffcf40b6550817a973b54cdd443374f51ca7a5c"
347-
integrity sha512-IB8aCRFxr8nFkdYZgH+Otd9EVQPJoynxeFRGTB8voPoZMRWo8XjYuCRgpI1btvuKY69XMiLnW+ym7zoBHM90Rw==
348-
dependencies:
349-
"@floating-ui/dom" "^1.5.4"
350-
351329
"@floating-ui/react-dom@^2.0.8":
352330
version "2.0.8"
353331
resolved "https://registry.yarnpkg.com/@floating-ui/react-dom/-/react-dom-2.0.8.tgz#afc24f9756d1b433e1fe0d047c24bd4d9cefaa5d"
@@ -391,19 +369,6 @@
391369
resolved "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz"
392370
integrity sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==
393371

394-
"@mui/base@5.0.0-beta.33":
395-
version "5.0.0-beta.33"
396-
resolved "https://registry.yarnpkg.com/@mui/base/-/base-5.0.0-beta.33.tgz#fbb844e2d840d47dd7a48850a03152aed2381d10"
397-
integrity sha512-WcSpoJUw/UYHXpvgtl4HyMar2Ar97illUpqiS/X1gtSBp6sdDW6kB2BJ9OlVQ+Kk/RL2GDp/WHA9sbjAYV35ow==
398-
dependencies:
399-
"@babel/runtime" "^7.23.8"
400-
"@floating-ui/react-dom" "^2.0.6"
401-
"@mui/types" "^7.2.13"
402-
"@mui/utils" "^5.15.6"
403-
"@popperjs/core" "^2.11.8"
404-
clsx "^2.1.0"
405-
prop-types "^15.8.1"
406-
407372
"@mui/base@5.0.0-beta.36":
408373
version "5.0.0-beta.36"
409374
resolved "https://registry.yarnpkg.com/@mui/base/-/base-5.0.0-beta.36.tgz#29ca2de9d387f6d3943b6f18a84415c43e5f206c"
@@ -417,10 +382,10 @@
417382
clsx "^2.1.0"
418383
prop-types "^15.8.1"
419384

420-
"@mui/core-downloads-tracker@^5.15.6":
421-
version "5.15.6"
422-
resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-5.15.6.tgz#9b82ba86d5a0fe55e9479b68dd5068943cc3835b"
423-
integrity sha512-0aoWS4qvk1uzm9JBs83oQmIMIQeTBUeqqu8u+3uo2tMznrB5fIKqQVCbCgq+4Tm4jG+5F7dIvnjvQ2aV7UKtdw==
385+
"@mui/core-downloads-tracker@^5.15.10":
386+
version "5.15.10"
387+
resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-5.15.10.tgz#616bfb54e3860268d56ff59cd187d47044d954f3"
388+
integrity sha512-qPv7B+LeMatYuzRjB3hlZUHqinHx/fX4YFBiaS19oC02A1e9JFuDKDvlyRQQ5oRSbJJt0QlaLTlr0IcauVcJRQ==
424389

425390
"@mui/lab@^5.0.0-alpha.165":
426391
version "5.0.0-alpha.165"
@@ -435,20 +400,20 @@
435400
clsx "^2.1.0"
436401
prop-types "^15.8.1"
437402

438-
"@mui/material@^5.15.6":
439-
version "5.15.6"
440-
resolved "https://registry.yarnpkg.com/@mui/material/-/material-5.15.6.tgz#e32944ae4e01f85b314bc26e4cbbb700d598f30c"
441-
integrity sha512-rw7bDdpi2kzfmcDN78lHp8swArJ5sBCKsn+4G3IpGfu44ycyWAWX0VdlvkjcR9Yrws2KIm7c+8niXpWHUDbWoA==
403+
"@mui/material@^5.15.10":
404+
version "5.15.10"
405+
resolved "https://registry.yarnpkg.com/@mui/material/-/material-5.15.10.tgz#6533ba53edbd0790dbc5bb7e9e173f6069ffd7e6"
406+
integrity sha512-YJJGHjwDOucecjDEV5l9ISTCo+l9YeWrho623UajzoHRYxuKUmwrGVYOW4PKwGvCx9SU9oklZnbbi2Clc5XZHw==
442407
dependencies:
443-
"@babel/runtime" "^7.23.8"
444-
"@mui/base" "5.0.0-beta.33"
445-
"@mui/core-downloads-tracker" "^5.15.6"
446-
"@mui/system" "^5.15.6"
408+
"@babel/runtime" "^7.23.9"
409+
"@mui/base" "5.0.0-beta.36"
410+
"@mui/core-downloads-tracker" "^5.15.10"
411+
"@mui/system" "^5.15.9"
447412
"@mui/types" "^7.2.13"
448-
"@mui/utils" "^5.15.6"
413+
"@mui/utils" "^5.15.9"
449414
"@types/react-transition-group" "^4.4.10"
450415
clsx "^2.1.0"
451-
csstype "^3.1.2"
416+
csstype "^3.1.3"
452417
prop-types "^15.8.1"
453418
react-is "^18.2.0"
454419
react-transition-group "^4.4.5"
@@ -472,7 +437,7 @@
472437
csstype "^3.1.3"
473438
prop-types "^15.8.1"
474439

475-
"@mui/system@^5.15.6", "@mui/system@^5.15.9":
440+
"@mui/system@^5.15.9":
476441
version "5.15.9"
477442
resolved "https://registry.yarnpkg.com/@mui/system/-/system-5.15.9.tgz#8a34ac0ab133af2550cc7ab980a35174142fd265"
478443
integrity sha512-SxkaaZ8jsnIJ77bBXttfG//LUf6nTfOcaOuIgItqfHv60ZCQy/Hu7moaob35kBb+guxVJnoSZ+7vQJrA/E7pKg==
@@ -491,7 +456,7 @@
491456
resolved "https://registry.yarnpkg.com/@mui/types/-/types-7.2.13.tgz#d1584912942f9dc042441ecc2d1452be39c666b8"
492457
integrity sha512-qP9OgacN62s+l8rdDhSFRe05HWtLLJ5TGclC9I1+tQngbssu0m2dmFZs+Px53AcOs9fD7TbYd4gc9AXzVqO/+g==
493458

494-
"@mui/utils@^5.15.6", "@mui/utils@^5.15.9":
459+
"@mui/utils@^5.15.9":
495460
version "5.15.9"
496461
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-5.15.9.tgz#2bdf925e274d87cbe90c14eb52d0835318205e86"
497462
integrity sha512-yDYfr61bCYUz1QtwvpqYy/3687Z8/nS4zv7lv/ih/6ZFGMl1iolEvxRmR84v2lOYxlds+kq1IVYbXxDKh8Z9sg==
@@ -1146,12 +1111,7 @@ cross-spawn@^7.0.2:
11461111
shebang-command "^2.0.0"
11471112
which "^2.0.1"
11481113

1149-
csstype@^3.0.2, csstype@^3.1.2:
1150-
version "3.1.2"
1151-
resolved "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz"
1152-
integrity sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==
1153-
1154-
csstype@^3.1.3:
1114+
csstype@^3.0.2, csstype@^3.1.3:
11551115
version "3.1.3"
11561116
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81"
11571117
integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==

0 commit comments

Comments
 (0)