From fea7a79d9f92bdc55a643d27035b3eeaebabdea7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 14:40:22 +0000 Subject: [PATCH] build(deps): bump @mui/x-data-grid from 7.23.1 to 7.23.2 (#3297) Bumps [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) from 7.23.1 to 7.23.2. - [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.2/packages/x-data-grid) --- updated-dependencies: - dependency-name: "@mui/x-data-grid" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0b3c4f276..2a4261a5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@mdx-js/react": "^2.3.0", "@mui/lab": "^6.0.0-beta.19", "@mui/material": "^6.1.7", - "@mui/x-data-grid": "^7.23.1", + "@mui/x-data-grid": "^7.23.2", "@mui/x-date-pickers": "^7.23.2", "@popperjs/core": "^2.11.8", "@react-icons/all-files": "^4.1.0", @@ -4201,9 +4201,9 @@ } }, "node_modules/@mui/x-data-grid": { - "version": "7.23.1", - "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.23.1.tgz", - "integrity": "sha512-1CumfhjGA+WgNtnN3ZD3gCOw6RVf/cEy2X2gS0iyXtVsFNaE+qtyMz9KesQsIzi9u13Wj3RNuhBdH0C5qXtAhQ==", + "version": "7.23.2", + "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.23.2.tgz", + "integrity": "sha512-Xhm4Bh+WiU5MSLFIZ8mE1egHoS0xPEVlwvjYvairPIkxNPubB7f+gtLkuAJ2+m+BYbgO7yDte+Pp7dfjkU+vOA==", "dependencies": { "@babel/runtime": "^7.25.7", "@mui/utils": "^5.16.6 || ^6.0.0", diff --git a/package.json b/package.json index aa5b7e4b0..c1a7c2718 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@mdx-js/react": "^2.3.0", "@mui/lab": "^6.0.0-beta.19", "@mui/material": "^6.1.7", - "@mui/x-data-grid": "^7.23.1", + "@mui/x-data-grid": "^7.23.2", "@mui/x-date-pickers": "^7.23.2", "@popperjs/core": "^2.11.8", "@react-icons/all-files": "^4.1.0",