From 0126f9ea8f6c40c26ec28664dbeb39ccd1bcb589 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 13:23:32 +0000 Subject: [PATCH] Bump @mui/x-data-grid from 6.16.1 to 6.16.2 in /frontend (#887) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 014b81fb..68397d83 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -17,7 +17,7 @@ "@mui/lab": "^5.0.0-alpha.136", "@mui/material": "^5.14.0", "@mui/system": "^5.14.0", - "@mui/x-data-grid": "^6.16.1", + "@mui/x-data-grid": "^6.16.2", "@mui/x-date-pickers": "^6.16.2", "@nivo/core": "^0.83.0", "@nivo/line": "^0.83.0", @@ -3338,9 +3338,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/frontend/package.json b/frontend/package.json index 3c5040bc..790b23c3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -55,7 +55,7 @@ "@mui/lab": "^5.0.0-alpha.136", "@mui/material": "^5.14.0", "@mui/system": "^5.14.0", - "@mui/x-data-grid": "^6.16.1", + "@mui/x-data-grid": "^6.16.2", "@mui/x-date-pickers": "^6.16.2", "@nivo/core": "^0.83.0", "@nivo/line": "^0.83.0",