From 1aa89be62511cfd03b828470b509f8605ae79de2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 07:12:24 +0000 Subject: [PATCH] Bump @mui/x-data-grid from 7.3.0 to 7.3.2 in /frontend 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] --- frontend/package-lock.json | 10 +++++----- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 33ee268c..4bb69a10 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -16,9 +16,9 @@ "@mui/base": "^5.0.0-beta.7", "@mui/icons-material": "^5.15.9", "@mui/lab": "^5.0.0-alpha.136", - "@mui/material": "^5.15.9", + "@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.85.1", @@ -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 cb70fdf2..17965766 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.85.1",