From 397af3223e10b0bc9fc7c5b091872643bb679015 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 14:51:03 +0000 Subject: [PATCH] build(deps): bump @mui/x-date-pickers from 7.22.2 to 7.22.3 (#3247) Bumps [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) from 7.22.2 to 7.22.3. - [Release notes](https://github.com/mui/mui-x/releases) - [Changelog](https://github.com/mui/mui-x/blob/v7.22.3/CHANGELOG.md) - [Commits](https://github.com/mui/mui-x/commits/v7.22.3/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> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 28b6dd5df..d80859807 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@mui/lab": "^6.0.0-beta.16", "@mui/material": "^6.1.7", "@mui/x-data-grid": "^7.22.2", - "@mui/x-date-pickers": "^7.22.2", + "@mui/x-date-pickers": "^7.22.3", "@popperjs/core": "^2.11.8", "@react-icons/all-files": "^4.1.0", "axios": "^1.7.7", @@ -4224,9 +4224,9 @@ } }, "node_modules/@mui/x-date-pickers": { - "version": "7.22.2", - "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-7.22.2.tgz", - "integrity": "sha512-1KHSlIlnSoY3oHm820By8X344pIdGYqPvCCvfVHrEeeIQ/pHdxDD8tjZFWkFl4Jgm9oVFK90fMcqNZAzc+WaCw==", + "version": "7.22.3", + "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-7.22.3.tgz", + "integrity": "sha512-shNp92IrST5BiVy2f4jbrmRaD32QhyUthjh1Oexvpcn0v6INyuWgxfodoTi5ZCnE5Ue5UVFSs4R9Xre0UbJ5DQ==", "dependencies": { "@babel/runtime": "^7.25.7", "@mui/utils": "^5.16.6 || ^6.0.0", diff --git a/package.json b/package.json index bdb78c2c1..09979d5dc 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@mui/lab": "^6.0.0-beta.16", "@mui/material": "^6.1.7", "@mui/x-data-grid": "^7.22.2", - "@mui/x-date-pickers": "^7.22.2", + "@mui/x-date-pickers": "^7.22.3", "@popperjs/core": "^2.11.8", "@react-icons/all-files": "^4.1.0", "axios": "^1.7.7",