From 6aff1aabe36bcd167f557d3d9936b1d63414d408 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 15:12:38 +0000 Subject: [PATCH] build(deps): bump @mui/x-data-grid from 6.16.0 to 6.16.1 Bumps [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/grid/x-data-grid) from 6.16.0 to 6.16.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/v6.16.1/packages/grid/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] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 18f3b912..84ff05be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.14.6", "@mui/material": "^5.14.6", - "@mui/x-data-grid": "^6.11.2", + "@mui/x-data-grid": "^6.16.1", "@types/node": "20.8.0", "@types/react": "18.2.24", "@types/react-dom": "18.2.8", @@ -1794,12 +1794,12 @@ } }, "node_modules/@mui/x-data-grid": { - "version": "6.16.0", - "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-6.16.0.tgz", - "integrity": "sha512-u2z889gs18GtHxUtVxxpTr9Oei1ksxjWZA214RnuMGPvVGLStS36sfqICO5GVJeLkcpJAsJSNgMfzNwc9yPm7w==", + "version": "6.16.1", + "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-6.16.1.tgz", + "integrity": "sha512-jiV4kMegueNiaB3Qs0VpHG0Cp+eIZa5upMr9fcdPMPNLhOYnkNtexTyezfptJyfD8Adbjrjt4bbRktBcDCC5DA==", "dependencies": { - "@babel/runtime": "^7.22.15", - "@mui/utils": "^5.14.8", + "@babel/runtime": "^7.23.1", + "@mui/utils": "^5.14.11", "clsx": "^2.0.0", "prop-types": "^15.8.1", "reselect": "^4.1.8" diff --git a/package.json b/package.json index 5de49f80..becebebb 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.14.6", "@mui/material": "^5.14.6", - "@mui/x-data-grid": "^6.11.2", + "@mui/x-data-grid": "^6.16.1", "@types/node": "20.8.0", "@types/react": "18.2.24", "@types/react-dom": "18.2.8",