From 6869ca34808d541acf31f963838d648cef001395 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 07:15:24 +0000 Subject: [PATCH] chore(deps): bump @mui/x-data-grid from 8.4.0 to 8.5.0 in /frontend Bumps [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) from 8.4.0 to 8.5.0. - [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/v8.5.0/packages/x-data-grid) --- updated-dependencies: - dependency-name: "@mui/x-data-grid" dependency-version: 8.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 31 ++++++++++++++++++++++++++----- frontend/package.json | 2 +- 2 files changed, 27 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 9e3f4403..4cbc1f89 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -17,7 +17,7 @@ "@mui/lab": "^7.0.0-beta.12", "@mui/material": "^7.1.0", "@mui/system": "^7.1.0", - "@mui/x-data-grid": "^8.4.0", + "@mui/x-data-grid": "^8.5.0", "@mui/x-date-pickers": "^8.4.0", "@nivo/core": "^0.99.0", "@nivo/line": "^0.99.0", @@ -3444,14 +3444,14 @@ } }, "node_modules/@mui/x-data-grid": { - "version": "8.4.0", - "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-8.4.0.tgz", - "integrity": "sha512-c0fgMhvQTjCSo3LgRK1Mdk2msktCl9uwMYUYlP6bbqJ7I03IvS+1aZ+s3nSLmaq1aVh7sE2Bnuz63OnVerTLJA==", + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-8.5.0.tgz", + "integrity": "sha512-5rrMm9anFaLk9O5XRIw3J9tAAnaiE1GxFeocyqhDj23RUReMg0YSp3FYnCaFLAehRQVgT9pC4675XO571paxKw==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.27.1", "@mui/utils": "^7.0.2", - "@mui/x-internals": "8.4.0", + "@mui/x-internals": "8.5.0", "clsx": "^2.1.1", "prop-types": "^15.8.1", "reselect": "^5.1.1", @@ -3528,6 +3528,27 @@ } } }, + "node_modules/@mui/x-data-grid/node_modules/@mui/x-internals": { + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-8.5.0.tgz", + "integrity": "sha512-Ef4KJij1pBGk6/xILyVZHf76tcuRpJIX30k4Ghklsd5QJujZ9ENCGAjvd7aWRAFAs5p3ffn0H8UDESoIcroj1Q==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.27.1", + "@mui/utils": "^7.0.2" + }, + "engines": { + "node": ">=14.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mui-org" + }, + "peerDependencies": { + "@mui/system": "^5.15.14 || ^6.0.0 || ^7.0.0", + "react": "^17.0.0 || ^18.0.0 || ^19.0.0" + } + }, "node_modules/@mui/x-date-pickers": { "version": "8.4.0", "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-8.4.0.tgz", diff --git a/frontend/package.json b/frontend/package.json index a65bc63c..2fa0e546 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -64,7 +64,7 @@ "@mui/lab": "^7.0.0-beta.12", "@mui/material": "^7.1.0", "@mui/system": "^7.1.0", - "@mui/x-data-grid": "^8.4.0", + "@mui/x-data-grid": "^8.5.0", "@mui/x-date-pickers": "^8.4.0", "@nivo/core": "^0.99.0", "@nivo/line": "^0.99.0",