From f4ea27822a0facf8bb75d465efc9d14600c48a0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 12:11:42 +0000 Subject: [PATCH] Bump @mui/x-date-pickers from 6.11.2 to 6.12.1 in /frontend (#824) Bumps [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) from 6.11.2 to 6.12.1. - [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.12.1/packages/x-date-pickers) --- updated-dependencies: - dependency-name: "@mui/x-date-pickers" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/package-lock.json | 12 ++++++------ frontend/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 9af5e8d0..7d6f5678 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -18,7 +18,7 @@ "@mui/material": "^5.14.0", "@mui/system": "^5.14.0", "@mui/x-data-grid": "^6.12.1", - "@mui/x-date-pickers": "^6.11.2", + "@mui/x-date-pickers": "^6.12.1", "@nivo/core": "^0.83.0", "@nivo/line": "^0.83.0", "base-ex": "^0.8.1", @@ -3332,12 +3332,12 @@ } }, "node_modules/@mui/x-date-pickers": { - "version": "6.11.2", - "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-6.11.2.tgz", - "integrity": "sha512-AOmXtnnAhjlku03oqRMOG1oJkxazBTz06A6a0iRz+1sUyBWbqz5kKH9eYUYQC4Tv3j2EciRpwyns5xwX3wpc1A==", + "version": "6.12.1", + "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-6.12.1.tgz", + "integrity": "sha512-euMM7KNbqoOgIdf5P8T8KG74qqbpDvLp5k8yEVMx1zHeSiSZGofKpQrDFAMxjJRnJ0x1aJLIhFEc46O70fSAlA==", "dependencies": { - "@babel/runtime": "^7.22.6", - "@mui/utils": "^5.14.5", + "@babel/runtime": "^7.22.11", + "@mui/utils": "^5.14.7", "@types/react-transition-group": "^4.4.6", "clsx": "^2.0.0", "prop-types": "^15.8.1", diff --git a/frontend/package.json b/frontend/package.json index 8d3ae2cf..8f5c5c80 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -56,7 +56,7 @@ "@mui/material": "^5.14.0", "@mui/system": "^5.14.0", "@mui/x-data-grid": "^6.12.1", - "@mui/x-date-pickers": "^6.11.2", + "@mui/x-date-pickers": "^6.12.1", "@nivo/core": "^0.83.0", "@nivo/line": "^0.83.0", "base-ex": "^0.8.1",