mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
# Backport This will backport the following commits from `main` to `8.8`: - [Bump `moment-timezone` to the latest version (#155832)](https://github.com/elastic/kibana/pull/155832) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Pierre Gayvallet","email":"pierre.gayvallet@elastic.co"},"sourceCommit":{"committedDate":"2023-04-27T05:44:18Z","message":"Bump `moment-timezone` to the latest version (#155832)\n\n## Summary\r\n\r\nFix https://github.com/elastic/kibana/issues/155792\r\n\r\nBump `moment-timezone` from `0.5.34` to `0.5.43` (latest version) to\r\ninclude latest timezone changes\r\n\r\n## Release Note\r\n\r\nFix a bug causing the latest timezone changes to not be taken into\r\naccount for date formatting (e.g Mexico 2023)","sha":"2250020b814e379cb4432f0bc1ff6f56dc350def","branchLabelMapping":{"^v8.9.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Core","release_note:fix","backport:all-open","v8.8.0","v8.9.0"],"number":155832,"url":"https://github.com/elastic/kibana/pull/155832","mergeCommit":{"message":"Bump `moment-timezone` to the latest version (#155832)\n\n## Summary\r\n\r\nFix https://github.com/elastic/kibana/issues/155792\r\n\r\nBump `moment-timezone` from `0.5.34` to `0.5.43` (latest version) to\r\ninclude latest timezone changes\r\n\r\n## Release Note\r\n\r\nFix a bug causing the latest timezone changes to not be taken into\r\naccount for date formatting (e.g Mexico 2023)","sha":"2250020b814e379cb4432f0bc1ff6f56dc350def"}},"sourceBranch":"main","suggestedTargetBranches":["8.8"],"targetPullRequestStates":[{"branch":"8.8","label":"v8.8.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.9.0","labelRegex":"^v8.9.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/155832","number":155832,"mergeCommit":{"message":"Bump `moment-timezone` to the latest version (#155832)\n\n## Summary\r\n\r\nFix https://github.com/elastic/kibana/issues/155792\r\n\r\nBump `moment-timezone` from `0.5.34` to `0.5.43` (latest version) to\r\ninclude latest timezone changes\r\n\r\n## Release Note\r\n\r\nFix a bug causing the latest timezone changes to not be taken into\r\naccount for date formatting (e.g Mexico 2023)","sha":"2250020b814e379cb4432f0bc1ff6f56dc350def"}}]}] BACKPORT--> Co-authored-by: Pierre Gayvallet <pierre.gayvallet@elastic.co>
This commit is contained in:
parent
a387c0f80e
commit
047ead979f
3 changed files with 8 additions and 8 deletions
|
@ -841,7 +841,7 @@
|
|||
"minimatch": "^3.1.2",
|
||||
"moment": "^2.29.4",
|
||||
"moment-duration-format": "^2.3.2",
|
||||
"moment-timezone": "^0.5.34",
|
||||
"moment-timezone": "^0.5.43",
|
||||
"monaco-editor": "^0.24.0",
|
||||
"monaco-yaml": "3.2.1",
|
||||
"mustache": "^2.3.2",
|
||||
|
|
|
@ -93,7 +93,7 @@ Array [
|
|||
>
|
||||
Your license will expire on
|
||||
<strong>
|
||||
October 12, 2099 7:00 PM EST
|
||||
October 12, 2099 8:00 PM EDT
|
||||
</strong>
|
||||
</span>
|
||||
</p>
|
||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -21295,14 +21295,14 @@ moment-duration-format@^2.3.2:
|
|||
resolved "https://registry.yarnpkg.com/moment-duration-format/-/moment-duration-format-2.3.2.tgz#5fa2b19b941b8d277122ff3f87a12895ec0d6212"
|
||||
integrity sha512-cBMXjSW+fjOb4tyaVHuaVE/A5TqkukDWiOfxxAjY+PEqmmBQlLwn+8OzwPiG3brouXKY5Un4pBjAeB6UToXHaQ==
|
||||
|
||||
moment-timezone@^0.5.34:
|
||||
version "0.5.34"
|
||||
resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.34.tgz#a75938f7476b88f155d3504a9343f7519d9a405c"
|
||||
integrity sha512-3zAEHh2hKUs3EXLESx/wsgw6IQdusOT8Bxm3D9UrHPQR7zlMmzwybC8zHEM1tQ4LJwP7fcxrWr8tuBg05fFCbg==
|
||||
moment-timezone@^0.5.43:
|
||||
version "0.5.43"
|
||||
resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.43.tgz#3dd7f3d0c67f78c23cd1906b9b2137a09b3c4790"
|
||||
integrity sha512-72j3aNyuIsDxdF1i7CEgV2FfxM1r6aaqJyLB2vwb33mXYyoyLly+F1zbWqhA3/bVIoJ4szlUoMbUnVdid32NUQ==
|
||||
dependencies:
|
||||
moment ">= 2.9.0"
|
||||
moment "^2.29.4"
|
||||
|
||||
"moment@>= 2.9.0", moment@>=1.6.0, moment@>=2.14.0, moment@^2.10.6, moment@^2.29.4:
|
||||
moment@>=1.6.0, moment@>=2.14.0, moment@^2.10.6, moment@^2.29.4:
|
||||
version "2.29.4"
|
||||
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108"
|
||||
integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue