From 5fce08d4d02e41779397cad6a902f60ddbcb0f1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 12:37:31 +0000 Subject: [PATCH] Bump @mui/x-date-pickers from 6.11.1 to 6.11.2 in /frontend (#796) Bumps [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) from 6.11.1 to 6.11.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/v6.11.2/packages/x-date-pickers) --- updated-dependencies: - dependency-name: "@mui/x-date-pickers" 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 | 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 24f2b4e0..92feb8c2 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.11.2", - "@mui/x-date-pickers": "^6.11.1", + "@mui/x-date-pickers": "^6.11.2", "@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.1", - "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-6.11.1.tgz", - "integrity": "sha512-0NnBen60iZNBmJK7m2UU9jPZXW9RRyBL3meAupWyq+j6bLpSWG+8O2TnP1E3KFC7q66bPG6qOGOKKGfzFyR3cg==", + "version": "6.11.2", + "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-6.11.2.tgz", + "integrity": "sha512-AOmXtnnAhjlku03oqRMOG1oJkxazBTz06A6a0iRz+1sUyBWbqz5kKH9eYUYQC4Tv3j2EciRpwyns5xwX3wpc1A==", "dependencies": { "@babel/runtime": "^7.22.6", - "@mui/utils": "^5.14.3", + "@mui/utils": "^5.14.5", "@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 87023dee..1810034c 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.11.2", - "@mui/x-date-pickers": "^6.11.1", + "@mui/x-date-pickers": "^6.11.2", "@nivo/core": "^0.83.0", "@nivo/line": "^0.83.0", "base-ex": "^0.8.1",