From bc5298116a3e77fff8dcdee7e85fa5e6c0a79e91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 15:07:11 +0000 Subject: [PATCH] build(deps): bump @mui/x-data-grid from 7.23.2 to 7.23.3 Bumps [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) from 7.23.2 to 7.23.3. - [Release notes](https://github.com/mui/mui-x/releases) - [Changelog](https://github.com/mui/mui-x/blob/v7.23.3/CHANGELOG.md) - [Commits](https://github.com/mui/mui-x/commits/v7.23.3/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] --- 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 8e68dfac1..c35c27412 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.20", "@mui/material": "^6.2.1", - "@mui/x-data-grid": "^7.23.2", + "@mui/x-data-grid": "^7.23.3", "@mui/x-date-pickers": "^7.23.3", "@popperjs/core": "^2.11.8", "@react-icons/all-files": "^4.1.0", @@ -4189,9 +4189,9 @@ } }, "node_modules/@mui/x-data-grid": { - "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==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.23.3.tgz", + "integrity": "sha512-EiM5kut6N/0o0iEYx8A7M3fJqknAa1kcPvGhlX3hH50ERLDeuJaqoKzvRYLBbYKWydHIc+0hHIFcK5oQTXLenw==", "dependencies": { "@babel/runtime": "^7.25.7", "@mui/utils": "^5.16.6 || ^6.0.0", diff --git a/package.json b/package.json index d1d4451f0..c2f036ad0 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@mdx-js/react": "^2.3.0", "@mui/lab": "^6.0.0-beta.20", "@mui/material": "^6.2.1", - "@mui/x-data-grid": "^7.23.2", + "@mui/x-data-grid": "^7.23.3", "@mui/x-date-pickers": "^7.23.3", "@popperjs/core": "^2.11.8", "@react-icons/all-files": "^4.1.0",