From b40014930b89219cc75117ed170db4f883a7a8f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 19:51:13 +0000 Subject: [PATCH] Bump @mui/x-data-grid from 7.3.0 to 7.3.2 in /frontend (#1280) Bumps [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) from 7.3.0 to 7.3.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.3.2/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> --- 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 3351e4a6..ae97f75c 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -18,7 +18,7 @@ "@mui/lab": "^5.0.0-alpha.136", "@mui/material": "^5.15.14", "@mui/system": "^5.15.11", - "@mui/x-data-grid": "^7.3.0", + "@mui/x-data-grid": "^7.3.2", "@mui/x-date-pickers": "^7.2.0", "@nivo/core": "^0.85.1", "@nivo/line": "^0.86.0", @@ -3408,9 +3408,9 @@ } }, "node_modules/@mui/x-data-grid": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.3.0.tgz", - "integrity": "sha512-IIDS6Yvxe+1eRj65q8cgnJg5yF2aIJYuHrY00W/UaFyjxwj3xSzqg3bdEfbjE2gHGS7lEJJbXSenPNGybzW99A==", + "version": "7.3.2", + "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.3.2.tgz", + "integrity": "sha512-seuRiZ2yyhzeUa7Thzap0xvvizGPSEwJRNOjY9kffjUr+0iXGF3PZGEsMoJ7jCjZ2peHX7FjfqBdssDvizxIDQ==", "dependencies": { "@babel/runtime": "^7.24.0", "@mui/system": "^5.15.14", diff --git a/frontend/package.json b/frontend/package.json index f74b0b87..d3b94a40 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -57,7 +57,7 @@ "@mui/lab": "^5.0.0-alpha.136", "@mui/material": "^5.15.14", "@mui/system": "^5.15.11", - "@mui/x-data-grid": "^7.3.0", + "@mui/x-data-grid": "^7.3.2", "@mui/x-date-pickers": "^7.2.0", "@nivo/core": "^0.85.1", "@nivo/line": "^0.86.0",