Skip to content

Commit

Permalink
Bump luxon to ^3.2.0 [SECURITY] (#8347)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Olivier Tassinari <olivier.tassinari@gmail.com>
  • Loading branch information
renovate[bot] and oliviertassinari committed Apr 9, 2023
1 parent 5d06554 commit cedb5fe
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-date-pickers-pro/package.json
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/x-date-pickers/package.json
Expand Up @@ -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"
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit cedb5fe

Please sign in to comment.