From 2ed7a0d0faa3f92686d106549a20debf6214e4e2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Jun 2024 23:17:27 +0000 Subject: [PATCH] fix: upgrade @mui/x-date-pickers from 6.18.4 to 6.19.9 Snyk has created this PR to upgrade @mui/x-date-pickers from 6.18.4 to 6.19.9. See this package in npm: @mui/x-date-pickers See this project in Snyk: https://app.snyk.io/org/zot/project/cab1b976-23df-484a-a838-3c6fb8cdfe13?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b4e872b6..08da8503 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@mui/lab": "^5.0.0-alpha.89", "@mui/material": "^5.8.6", "@mui/styles": "^5.8.6", - "@mui/x-date-pickers": "^6.18.4", + "@mui/x-date-pickers": "^6.19.9", "@testing-library/jest-dom": "^5.16.1", "@testing-library/react": "^12.1.2", "@testing-library/user-event": "^13.5.0", @@ -4015,9 +4015,10 @@ } }, "node_modules/@mui/x-date-pickers": { - "version": "6.18.4", - "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-6.18.4.tgz", - "integrity": "sha512-YqJ6lxZHBIt344B3bvRAVbdYSQz4dcmJQXGcfvJTn26VdKjpgzjAqwhlbQhbAt55audJOWzGB99ImuQuljDROA==", + "version": "6.19.9", + "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-6.19.9.tgz", + "integrity": "sha512-B2m4Fv/fOme5qmV6zuE3QnWQSvj3zKtI2OvikPz5prpiCcIxqpeytkQ7VfrWH3/Aqd5yhG1Yr4IgbqG0ymIXGg==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.2", "@mui/base": "^5.0.0-beta.22", @@ -4039,7 +4040,7 @@ "@emotion/styled": "^11.8.1", "@mui/material": "^5.8.6", "@mui/system": "^5.8.0", - "date-fns": "^2.25.0", + "date-fns": "^2.25.0 || ^3.2.0", "date-fns-jalali": "^2.13.0-0", "dayjs": "^1.10.7", "luxon": "^3.0.2", diff --git a/package.json b/package.json index e11b02c7..7237ccb1 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@mui/lab": "^5.0.0-alpha.89", "@mui/material": "^5.8.6", "@mui/styles": "^5.8.6", - "@mui/x-date-pickers": "^6.18.4", + "@mui/x-date-pickers": "^6.19.9", "@testing-library/jest-dom": "^5.16.1", "@testing-library/react": "^12.1.2", "@testing-library/user-event": "^13.5.0",