From e8f6b9f114cb2fc91939361b6ac37b0455a479d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 20:14:43 +0000 Subject: [PATCH] build(deps): Bump @mui/x-data-grid from 6.17.0 to 6.19.1 Bumps [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/grid/x-data-grid) from 6.17.0 to 6.19.1. - [Release notes](https://github.com/mui/mui-x/releases) - [Changelog](https://github.com/mui/mui-x/blob/next/CHANGELOG.md) - [Commits](https://github.com/mui/mui-x/commits/v6.19.1/packages/grid/x-data-grid) --- updated-dependencies: - dependency-name: "@mui/x-data-grid" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d668c1af5..3c633d116 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@mui/icons-material": "^5.14.15", "@mui/lab": "^5.0.0-alpha.150", "@mui/material": "^5.15.3", - "@mui/x-data-grid": "^6.17.0", + "@mui/x-data-grid": "^6.19.1", "@reduxjs/toolkit": "^1.9.7", "@sentry/cli": "^2.22.3", "@sentry/react": "^7.93.0", @@ -6225,12 +6225,12 @@ } }, "node_modules/@mui/x-data-grid": { - "version": "6.17.0", - "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-6.17.0.tgz", - "integrity": "sha512-HlpavV9jR7bLDYfi7n05R0xSsLl5ZxCTy3J5g4OfQtxhg9Zsu1uOkkLfudsM5LFqTbi5o+3PvZ9Kh33VvNUN/w==", + "version": "6.19.1", + "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-6.19.1.tgz", + "integrity": "sha512-qtmt+XAOdxwb7p3vjk4HcfncAOe+0HzpcC6o6G+rzk9Hqq6MgG3yODrN9mRc/ONg0fD0eVlqDogXxNtJhcFmTQ==", "dependencies": { "@babel/runtime": "^7.23.2", - "@mui/utils": "^5.14.14", + "@mui/utils": "^5.14.16", "clsx": "^2.0.0", "prop-types": "^15.8.1", "reselect": "^4.1.8" diff --git a/package.json b/package.json index be714c077..75626635a 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@mui/icons-material": "^5.14.15", "@mui/lab": "^5.0.0-alpha.150", "@mui/material": "^5.15.3", - "@mui/x-data-grid": "^6.17.0", + "@mui/x-data-grid": "^6.19.1", "@reduxjs/toolkit": "^1.9.7", "@sentry/cli": "^2.22.3", "@sentry/react": "^7.93.0",