From 07a12fa0b6af4bc3f52d038cc7450da713128fdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:32:18 +0000 Subject: [PATCH] build(deps): bump @mui/x-data-grid from 7.23.0 to 7.23.1 (#3284) Bumps [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) from 7.23.0 to 7.23.1. - [Release notes](https://github.com/mui/mui-x/releases) - [Changelog](https://github.com/mui/mui-x/blob/v7.23.1/CHANGELOG.md) - [Commits](https://github.com/mui/mui-x/commits/v7.23.1/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 | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 02a3fc7e1..f5743feae 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.18", "@mui/material": "^6.1.7", - "@mui/x-data-grid": "^7.23.0", + "@mui/x-data-grid": "^7.23.1", "@mui/x-date-pickers": "^7.23.0", "@popperjs/core": "^2.11.8", "@react-icons/all-files": "^4.1.0", @@ -4201,10 +4201,9 @@ } }, "node_modules/@mui/x-data-grid": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.23.0.tgz", - "integrity": "sha512-nypSz/7j0HPvW7tRPcZAlQADOiRAE4jTIcxwwJUPLtU17EPJOiw1iB29SRYtUThw4f3aXETPAeT4fzgagpuiKg==", - "license": "MIT", + "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==", "dependencies": { "@babel/runtime": "^7.25.7", "@mui/utils": "^5.16.6 || ^6.0.0", diff --git a/package.json b/package.json index 4dcd49aa0..19ec8fe33 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@mdx-js/react": "^2.3.0", "@mui/lab": "^6.0.0-beta.18", "@mui/material": "^6.1.7", - "@mui/x-data-grid": "^7.23.0", + "@mui/x-data-grid": "^7.23.1", "@mui/x-date-pickers": "^7.23.0", "@popperjs/core": "^2.11.8", "@react-icons/all-files": "^4.1.0",