Skip to content

Commit 21a9781

Browse files
committed
fix: upgrade @mui/x-date-pickers from 6.18.6 to 6.18.7
Snyk has created this PR to upgrade @mui/x-date-pickers from 6.18.6 to 6.18.7. See this package in npm: See this project in Snyk: https://app.snyk.io/org/dlobo/project/6f510e1d-4ed6-43d9-9454-67f2e4178b5e?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 9a4cdc2 commit 21a9781

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@glific/flow-editor": "^1.19.3-4",
2323
"@mui/icons-material": "^5.15.3",
2424
"@mui/material": "^5.15.3",
25-
"@mui/x-date-pickers": "^6.18.6",
25+
"@mui/x-date-pickers": "^6.18.7",
2626
"@stripe/react-stripe-js": "^2.4.0",
2727
"@stripe/stripe-js": "^2.2.2",
2828
"@types/jest": "^29.5.11",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -824,10 +824,10 @@
824824
prop-types "^15.8.1"
825825
react-is "^18.2.0"
826826

827-
"@mui/x-date-pickers@^6.18.6":
828-
version "6.18.6"
829-
resolved "https://registry.yarnpkg.com/@mui/x-date-pickers/-/x-date-pickers-6.18.6.tgz#416e0b83dd2774547e3c864c89bedf2f4ca3e05a"
830-
integrity sha512-pqOrGPUDVY/1xXrM1hofqwgquno/SB9aG9CVS1m2Rs8hKF1VWRC+jYlEa1Qk08xKmvkia5g7NsdV/BBb+tHUZw==
827+
"@mui/x-date-pickers@^6.18.7":
828+
version "6.19.2"
829+
resolved "https://registry.yarnpkg.com/@mui/x-date-pickers/-/x-date-pickers-6.19.2.tgz#ac616c289bc9abbb6c9fd5b4e63bc58f2b0495d6"
830+
integrity sha512-/bdWZabexuz+1rKG15XryxiMGb5D0XVx65NU7CZYKm/1+HuUzc0FX9smKEa/YVZnLSNsAp6SULIyPZtAKE+3AA==
831831
dependencies:
832832
"@babel/runtime" "^7.23.2"
833833
"@mui/base" "^5.0.0-beta.22"

0 commit comments

Comments
 (0)