From 6a5aa1de3c4b7ad7f0c8b4943939b6f96b76456d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 19:04:23 +0000 Subject: [PATCH] build(deps): Bump @mui/x-data-grid in the mui group Bumps the mui group with 1 update: [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid). Updates `@mui/x-data-grid` from 7.22.1 to 7.22.2 - [Release notes](https://github.com/mui/mui-x/releases) - [Changelog](https://github.com/mui/mui-x/blob/v7.22.2/CHANGELOG.md) - [Commits](https://github.com/mui/mui-x/commits/v7.22.2/packages/x-data-grid) --- updated-dependencies: - dependency-name: "@mui/x-data-grid" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mui ... 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 b4ed483c9..d17d31b09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@mui/icons-material": "^6.1.6", "@mui/lab": "^6.0.0-beta.14", "@mui/material": "^6.1.3", - "@mui/x-data-grid": "^7.22.1", + "@mui/x-data-grid": "^7.22.2", "@reduxjs/toolkit": "^1.9.7", "@sentry/cli": "^2.37.0", "@sentry/react": "^8.36.0", @@ -5962,9 +5962,9 @@ } }, "node_modules/@mui/x-data-grid": { - "version": "7.22.1", - "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.22.1.tgz", - "integrity": "sha512-YHF96MEv7ACG/VuiycZjEAPH7cZLNuV2+bi/MyR1t/e6E6LTolYFykvjSFq+Imz1mYbW4+9mEvrHZsIKL5KKIQ==", + "version": "7.22.2", + "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.22.2.tgz", + "integrity": "sha512-yfy2s5A6tbajQZiEdsba49T4FYb9F0WPrzbbG30dl1+sIiX4ZRX7ma44UIDGPZrsZv8xkkE+p8qeJxZ7OaMteA==", "dependencies": { "@babel/runtime": "^7.25.7", "@mui/utils": "^5.16.6 || ^6.0.0", diff --git a/package.json b/package.json index 1c9227e80..676415a5f 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@mui/icons-material": "^6.1.6", "@mui/lab": "^6.0.0-beta.14", "@mui/material": "^6.1.3", - "@mui/x-data-grid": "^7.22.1", + "@mui/x-data-grid": "^7.22.2", "@reduxjs/toolkit": "^1.9.7", "@sentry/cli": "^2.37.0", "@sentry/react": "^8.36.0",