From c51ae7fb84c488a2e2d46287cdeabca5dc69dc0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 02:15:06 +0000 Subject: [PATCH] client-npm: bump @mui/x-tree-view from 7.22.0 to 7.23.0 in /client Bumps [@mui/x-tree-view](https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view) from 7.22.0 to 7.23.0. - [Release notes](https://github.com/mui/mui-x/releases) - [Changelog](https://github.com/mui/mui-x/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/mui-x/commits/v7.23.0/packages/x-tree-view) --- updated-dependencies: - dependency-name: "@mui/x-tree-view" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- client/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/client/package.json b/client/package.json index 66489c896..23bd97935 100644 --- a/client/package.json +++ b/client/package.json @@ -54,7 +54,7 @@ "@monaco-editor/react": "^4.6.0", "@mui/icons-material": "^6.1.1", "@mui/material": "^6.1.1", - "@mui/x-tree-view": "^7.19.0", + "@mui/x-tree-view": "^7.23.0", "@reduxjs/toolkit": "^2.2.7", "@types/react-syntax-highlighter": "^15.5.13", "@types/remarkable": "^2.0.8", diff --git a/client/yarn.lock b/client/yarn.lock index c106a6d14..b48ebf201 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -2084,22 +2084,22 @@ prop-types "^15.8.1" react-is "^18.3.1" -"@mui/x-internals@7.21.0": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@mui/x-internals/-/x-internals-7.21.0.tgz#daca984059015b27efdb47bb44dc7ff4a6816673" - integrity sha512-94YNyZ0BhK5Z+Tkr90RKf47IVCW8R/1MvdUhh6MCQg6sZa74jsX+x+gEZ4kzuCqOsuyTyxikeQ8vVuCIQiP7UQ== +"@mui/x-internals@7.23.0": + version "7.23.0" + resolved "https://registry.yarnpkg.com/@mui/x-internals/-/x-internals-7.23.0.tgz#3b1d0e47f1504cbd74c60b6a514eb18c108cc6dd" + integrity sha512-bPclKpqUiJYIHqmTxSzMVZi6MH51cQsn5U+8jskaTlo3J4QiMeCYJn/gn7YbeR9GOZFp8hetyHjoQoVHKRXCig== dependencies: "@babel/runtime" "^7.25.7" "@mui/utils" "^5.16.6 || ^6.0.0" -"@mui/x-tree-view@^7.19.0": - version "7.22.0" - resolved "https://registry.yarnpkg.com/@mui/x-tree-view/-/x-tree-view-7.22.0.tgz#4fed9a17475bab48932807c347dfa329ed2d0607" - integrity sha512-4ZhwniTMT7Sub4zG38mtYg+D/wtrFIaOYBHhsbrn5BR5vdjgWcFk3c/9KiVq+wva1b9iU47k36pgzB5cCfoGkQ== +"@mui/x-tree-view@^7.23.0": + version "7.23.0" + resolved "https://registry.yarnpkg.com/@mui/x-tree-view/-/x-tree-view-7.23.0.tgz#396cbb7279b0e79e7bc570f9c0ad1d271e53fff3" + integrity sha512-67e+FCVMD2A5IaNettHFLUg09j+mMOWlN9f0Uw+LGePA9vLCAMFBdPZIFa18J9F3hTurNLrFzjVA0O4QfHlvrQ== dependencies: "@babel/runtime" "^7.25.7" "@mui/utils" "^5.16.6 || ^6.0.0" - "@mui/x-internals" "7.21.0" + "@mui/x-internals" "7.23.0" "@types/react-transition-group" "^4.4.11" clsx "^2.1.1" prop-types "^15.8.1"