From 81e542eb8454645f0b722bfba81e5f0e45e61afd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 14:08:39 +0000 Subject: [PATCH] build(deps): bump @mui/x-data-grid from 7.23.3 to 7.23.4 Bumps [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) from 7.23.3 to 7.23.4. - [Release notes](https://github.com/mui/mui-x/releases) - [Changelog](https://github.com/mui/mui-x/blob/v7.23.4/CHANGELOG.md) - [Commits](https://github.com/mui/mui-x/commits/v7.23.4/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 2a7e3cf96..da83fdae2 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.21", "@mui/material": "^6.3.0", - "@mui/x-data-grid": "^7.23.3", + "@mui/x-data-grid": "^7.23.4", "@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.3", - "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.23.3.tgz", - "integrity": "sha512-EiM5kut6N/0o0iEYx8A7M3fJqknAa1kcPvGhlX3hH50ERLDeuJaqoKzvRYLBbYKWydHIc+0hHIFcK5oQTXLenw==", + "version": "7.23.4", + "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.23.4.tgz", + "integrity": "sha512-Wz73NzvvW4l4xGeryeqg0eq1dZKJUI3dsj4tgbF7ra96V/w3sAM17PrErAiNgN87SJt63aq8RDWoLHzWOhnVGA==", "dependencies": { "@babel/runtime": "^7.25.7", "@mui/utils": "^5.16.6 || ^6.0.0", diff --git a/package.json b/package.json index 138e081cf..c6756007a 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@mdx-js/react": "^2.3.0", "@mui/lab": "^6.0.0-beta.21", "@mui/material": "^6.3.0", - "@mui/x-data-grid": "^7.23.3", + "@mui/x-data-grid": "^7.23.4", "@mui/x-date-pickers": "^7.23.3", "@popperjs/core": "^2.11.8", "@react-icons/all-files": "^4.1.0",