From debd01c1fb87d55d41f5c69fb18a6b35657a000d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 19:01:35 +0000 Subject: [PATCH] Bump @mui/x-data-grid from 7.5.1 to 7.6.2 Bumps [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) from 7.5.1 to 7.6.2. - [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.6.2/packages/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 | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3c0e5a60..184fa1ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@fortawesome/free-solid-svg-icons": "^6.5.2", "@fortawesome/react-fontawesome": "^0.2.2", "@mui/material": "^5.15.18", - "@mui/x-data-grid": "^7.5.1", + "@mui/x-data-grid": "^7.6.2", "@reduxjs/toolkit": "^2.2.5", "@web3modal/core": "^4.2.3", "@web3modal/ethers5": "^4.2.3", @@ -2973,12 +2973,12 @@ } }, "node_modules/@mui/x-data-grid": { - "version": "7.5.1", - "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.5.1.tgz", - "integrity": "sha512-5GuHg95UcphQ3O4LftUEFkNPP00YKUDZoSxmsNJ2+o6pwhHH4f8XIuuXEZJCyEMUiVYQk6/iYZwxJL6CpvbNCw==", + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.6.2.tgz", + "integrity": "sha512-f3t6TU8+f0VgmL4aJ9N/Wm5IeWfICfVb45S469wzzldUhbb/beIO/T3uMyGP13WFhx5f8N5wRRHSYZRHpfzhZw==", "dependencies": { - "@babel/runtime": "^7.24.5", - "@mui/system": "^5.15.14", + "@babel/runtime": "^7.24.6", + "@mui/system": "^5.15.15", "@mui/utils": "^5.15.14", "clsx": "^2.1.1", "prop-types": "^15.8.1", @@ -17249,12 +17249,12 @@ } }, "@mui/x-data-grid": { - "version": "7.5.1", - "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.5.1.tgz", - "integrity": "sha512-5GuHg95UcphQ3O4LftUEFkNPP00YKUDZoSxmsNJ2+o6pwhHH4f8XIuuXEZJCyEMUiVYQk6/iYZwxJL6CpvbNCw==", + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.6.2.tgz", + "integrity": "sha512-f3t6TU8+f0VgmL4aJ9N/Wm5IeWfICfVb45S469wzzldUhbb/beIO/T3uMyGP13WFhx5f8N5wRRHSYZRHpfzhZw==", "requires": { - "@babel/runtime": "^7.24.5", - "@mui/system": "^5.15.14", + "@babel/runtime": "^7.24.6", + "@mui/system": "^5.15.15", "@mui/utils": "^5.15.14", "clsx": "^2.1.1", "prop-types": "^15.8.1", diff --git a/package.json b/package.json index 2eb6a940..ca4f801c 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@fortawesome/free-solid-svg-icons": "^6.5.2", "@fortawesome/react-fontawesome": "^0.2.2", "@mui/material": "^5.15.18", - "@mui/x-data-grid": "^7.5.1", + "@mui/x-data-grid": "^7.6.2", "@reduxjs/toolkit": "^2.2.5", "@web3modal/core": "^4.2.3", "@web3modal/ethers5": "^4.2.3",