From dca2c3fa24f63ec63577faa2e866f8f69a0e22bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 07:15:12 +0000 Subject: [PATCH] chore(deps): bump @mui/x-date-pickers from 8.4.0 to 8.5.0 in /frontend Bumps [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) 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-date-pickers) --- updated-dependencies: - dependency-name: "@mui/x-date-pickers" 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..ddc1280a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -18,7 +18,7 @@ "@mui/material": "^7.1.0", "@mui/system": "^7.1.0", "@mui/x-data-grid": "^8.4.0", - "@mui/x-date-pickers": "^8.4.0", + "@mui/x-date-pickers": "^8.5.0", "@nivo/core": "^0.99.0", "@nivo/line": "^0.99.0", "base-ex": "^0.8.1", @@ -3529,14 +3529,14 @@ } }, "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", - "integrity": "sha512-x7jI7JnKK25xL3yjD2Z1r86gAWtabKj9ogI2WDKd/v9WwE1VxmDD/NTiXprEZFo9psPOoqr+juPGDz5Cb2v7jw==", + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-8.5.0.tgz", + "integrity": "sha512-pnivJhAopuu6C4uWbEEg7b8kDdPc7Ad0ANrlDzx4qZGUj9vFcc6n+hT7/kOFnn9uceszQmb07e3Ud+g/d8Z4vg==", "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", "@types/react-transition-group": "^4.4.12", "clsx": "^2.1.1", "prop-types": "^15.8.1", @@ -3641,6 +3641,27 @@ } } }, + "node_modules/@mui/x-date-pickers/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-internals": { "version": "8.4.0", "resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-8.4.0.tgz", diff --git a/frontend/package.json b/frontend/package.json index a65bc63c..73288ae5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -65,7 +65,7 @@ "@mui/material": "^7.1.0", "@mui/system": "^7.1.0", "@mui/x-data-grid": "^8.4.0", - "@mui/x-date-pickers": "^8.4.0", + "@mui/x-date-pickers": "^8.5.0", "@nivo/core": "^0.99.0", "@nivo/line": "^0.99.0", "base-ex": "^0.8.1",