From ab35b72b61279f5363372113963a80f42567f82c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 23:51:02 +0000 Subject: [PATCH] build(deps): bump @mui/x-tree-view from 7.23.0 to 7.23.2 Bumps [@mui/x-tree-view](https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view) from 7.23.0 to 7.23.2. - [Release notes](https://github.com/mui/mui-x/releases) - [Changelog](https://github.com/mui/mui-x/blob/v7.23.2/CHANGELOG.md) - [Commits](https://github.com/mui/mui-x/commits/v7.23.2/packages/x-tree-view) --- updated-dependencies: - dependency-name: "@mui/x-tree-view" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6584ed0d44..4b3517341d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@mui/lab": "^6.0.0-beta.19", "@mui/material": "^6.1.8", "@mui/x-date-pickers": "^7.23.1", - "@mui/x-tree-view": "^7.23.0", + "@mui/x-tree-view": "^7.23.2", "@react-pdf/renderer": "^4.1.5", "@smakss/random-string": "^2.0.2", "@sws2apps/react-sw-helper": "^1.25.0", @@ -3488,10 +3488,9 @@ } }, "node_modules/@mui/x-tree-view": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@mui/x-tree-view/-/x-tree-view-7.23.0.tgz", - "integrity": "sha512-67e+FCVMD2A5IaNettHFLUg09j+mMOWlN9f0Uw+LGePA9vLCAMFBdPZIFa18J9F3hTurNLrFzjVA0O4QfHlvrQ==", - "license": "MIT", + "version": "7.23.2", + "resolved": "https://registry.npmjs.org/@mui/x-tree-view/-/x-tree-view-7.23.2.tgz", + "integrity": "sha512-/R/9/GSF311fVLOUCg7r+a/+AScYZezL0SJZPfsTOquL1RDPAFRZei7BZEivUzOSEELJc0cxLGapJyM6QCA7Zg==", "dependencies": { "@babel/runtime": "^7.25.7", "@mui/utils": "^5.16.6 || ^6.0.0", diff --git a/package.json b/package.json index 897c6aa2a6..1a328dfc59 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@mui/lab": "^6.0.0-beta.19", "@mui/material": "^6.1.8", "@mui/x-date-pickers": "^7.23.1", - "@mui/x-tree-view": "^7.23.0", + "@mui/x-tree-view": "^7.23.2", "@react-pdf/renderer": "^4.1.5", "@smakss/random-string": "^2.0.2", "@sws2apps/react-sw-helper": "^1.25.0",