diff --git a/docs/package.json b/docs/package.json index 0a0770ac297f..4f5b421cb69d 100644 --- a/docs/package.json +++ b/docs/package.json @@ -60,7 +60,7 @@ "fg-loadcss": "^3.1.0", "fs-extra": "^11.1.1", "lodash": "^4.17.21", - "luxon": "^3.2.0", + "luxon": "^3.2.1", "lz-string": "^1.5.0", "markdown-to-jsx": "^7.2.0", "marked": "^4.3.0", diff --git a/packages/x-date-pickers-pro/package.json b/packages/x-date-pickers-pro/package.json index e1c6f3a7a4f0..0592d2b64a56 100644 --- a/packages/x-date-pickers-pro/package.json +++ b/packages/x-date-pickers-pro/package.json @@ -81,7 +81,7 @@ "@types/luxon": "^3.2.0", "date-fns": "^2.29.3", "dayjs": "^1.11.7", - "luxon": "^3.2.0", + "luxon": "^3.2.1", "moment": "^2.29.4" }, "setupFiles": [ diff --git a/packages/x-date-pickers/package.json b/packages/x-date-pickers/package.json index 252bf4ead076..b75230556bff 100644 --- a/packages/x-date-pickers/package.json +++ b/packages/x-date-pickers/package.json @@ -108,7 +108,7 @@ "date-fns": "^2.29.3", "date-fns-jalali": "^2.13.0-0", "dayjs": "^1.11.7", - "luxon": "^3.2.0", + "luxon": "^3.2.1", "moment": "^2.29.4", "moment-hijri": "^2.1.2", "moment-jalaali": "^0.9.6" diff --git a/yarn.lock b/yarn.lock index 631f055e144a..9dbf432f696d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3056,9 +3056,9 @@ lru-cache "*" "@types/luxon@^3.2.0": - version "3.2.0" - resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-3.2.0.tgz#99901b4ab29a5fdffc88fff59b3b47fbfbe0557b" - integrity sha512-lGmaGFoaXHuOLXFvuju2bfvZRqxAqkHPx9Y9IQdQABrinJJshJwfNCKV+u7rR3kJbiqfTF/NhOkcxxAFrObyaA== + version "3.3.0" + resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-3.3.0.tgz#a61043a62c0a72696c73a0a305c544c96501e006" + integrity sha512-uKRI5QORDnrGFYgcdAVnHvEIvEZ8noTpP/Bg+HeUzZghwinDlIS87DEenV5r1YoOF9G4x600YsUXLWZ19rmTmg== "@types/minimatch@^3.0.3": version "3.0.5" @@ -9581,10 +9581,10 @@ lru-cache@^6.0.0: dependencies: yallist "^4.0.0" -luxon@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.2.0.tgz#7962c5dafcd3623e70e222882be49b381e7a8718" - integrity sha512-Namj3XqoJjFekq/JHQEaaAv4zyE/fyyDBrMEBnIL2s/X54SC8W5Ea0uej1TRXUArWec8OojsAVsGBYhNRjpMVw== +luxon@^3.2.1: + version "3.3.0" + resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.3.0.tgz#d73ab5b5d2b49a461c47cedbc7e73309b4805b48" + integrity sha512-An0UCfG/rSiqtAIiBPO0Y9/zAnHUZxAMiCpTd5h2smgsj7GGmcenvrvww2cqNA8/4A5ZrD1gJpHN2mIHZQF+Mg== lz-string@^1.4.4, lz-string@^1.5.0: version "1.5.0"