From 16579816197592bfba494fd5c74df442601c01ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 21:04:08 +0000 Subject: [PATCH] chore(deps): bump @mui/x-data-grid from 7.7.0 to 7.7.1 (#176) Bumps [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) from 7.7.0 to 7.7.1. - [Release notes](https://github.com/mui/mui-x/releases) - [Changelog](https://github.com/mui/mui-x/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/mui-x/commits/v7.7.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 | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1c0056a..b70c30e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@emotion/styled": "^11.11.5", "@mui/icons-material": "^5.15.20", "@mui/material": "^5.15.20", - "@mui/x-data-grid": "^7.7.0", + "@mui/x-data-grid": "^7.7.1", "exceljs": "^4.4.0", "ini": "^4.1.3", "react": "^18.3.0", @@ -1868,13 +1868,13 @@ } }, "node_modules/@mui/x-data-grid": { - "version": "7.7.0", - "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.7.0.tgz", - "integrity": "sha512-s3Oii9EKcYPnL7M4g5evNley/J0slLL6xWRi0VwYqTHPGntBAMntUktMZ63bD/xko99f5ZcFoRBYTc55+mJ+AQ==", + "version": "7.7.1", + "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.7.1.tgz", + "integrity": "sha512-5XsvuVpJfjV2ERtNiVRWL+0UUq5rh2Tq8aLZdJ8Ca5PnweEfNzOesQMlf0lpjXqnzuoq7uTwvICqoAMjsTTglg==", "dependencies": { "@babel/runtime": "^7.24.7", - "@mui/system": "^5.15.15", - "@mui/utils": "^5.15.14", + "@mui/system": "^5.15.20", + "@mui/utils": "^5.15.20", "clsx": "^2.1.1", "prop-types": "^15.8.1", "reselect": "^4.1.8" @@ -9651,13 +9651,13 @@ } }, "@mui/x-data-grid": { - "version": "7.7.0", - "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.7.0.tgz", - "integrity": "sha512-s3Oii9EKcYPnL7M4g5evNley/J0slLL6xWRi0VwYqTHPGntBAMntUktMZ63bD/xko99f5ZcFoRBYTc55+mJ+AQ==", + "version": "7.7.1", + "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.7.1.tgz", + "integrity": "sha512-5XsvuVpJfjV2ERtNiVRWL+0UUq5rh2Tq8aLZdJ8Ca5PnweEfNzOesQMlf0lpjXqnzuoq7uTwvICqoAMjsTTglg==", "requires": { "@babel/runtime": "^7.24.7", - "@mui/system": "^5.15.15", - "@mui/utils": "^5.15.14", + "@mui/system": "^5.15.20", + "@mui/utils": "^5.15.20", "clsx": "^2.1.1", "prop-types": "^15.8.1", "reselect": "^4.1.8" diff --git a/package.json b/package.json index e74a483..4faeecd 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@emotion/styled": "^11.11.5", "@mui/icons-material": "^5.15.20", "@mui/material": "^5.15.20", - "@mui/x-data-grid": "^7.7.0", + "@mui/x-data-grid": "^7.7.1", "exceljs": "^4.4.0", "ini": "^4.1.3", "react": "^18.3.0",