From 6c13e652985d7d6989e3e10799c2d89a1d27432e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 16:07:24 +0000 Subject: [PATCH] build(deps): bump @mui/x-data-grid from 6.16.1 to 6.16.2 Bumps [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/grid/x-data-grid) from 6.16.1 to 6.16.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/v6.16.2/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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index adc99721..f22a1256 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.14.12", "@mui/material": "^5.14.12", - "@mui/x-data-grid": "^6.16.1", + "@mui/x-data-grid": "^6.16.2", "@types/node": "20.8.4", "@types/react": "18.2.26", "@types/react-dom": "18.2.8", @@ -1794,9 +1794,9 @@ } }, "node_modules/@mui/x-data-grid": { - "version": "6.16.1", - "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-6.16.1.tgz", - "integrity": "sha512-jiV4kMegueNiaB3Qs0VpHG0Cp+eIZa5upMr9fcdPMPNLhOYnkNtexTyezfptJyfD8Adbjrjt4bbRktBcDCC5DA==", + "version": "6.16.2", + "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-6.16.2.tgz", + "integrity": "sha512-nKZxlzkcqXUbgxvz01J0okziBH4uvnEVVneOSzp5TeCOC7Wke1YFBJRRjR6H6tVpbaqlOw/LFULrTfcJtiaMBQ==", "dependencies": { "@babel/runtime": "^7.23.1", "@mui/utils": "^5.14.11", diff --git a/package.json b/package.json index d477673a..8e22c9af 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.14.12", "@mui/material": "^5.14.12", - "@mui/x-data-grid": "^6.16.1", + "@mui/x-data-grid": "^6.16.2", "@types/node": "20.8.4", "@types/react": "18.2.26", "@types/react-dom": "18.2.8",