mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Bump moment-timezone to 0.5.34 (#136406)
Fixes a warning during bootstrap: `info [bazel] warning " > @elastic/charts@46.12.0" has incorrect peer dependency "moment-timezone@^0.5.32".`
This commit is contained in:
parent
cc6d132ee7
commit
4498161a47
2 changed files with 11 additions and 11 deletions
|
@ -412,7 +412,7 @@
|
|||
"minimatch": "^3.1.2",
|
||||
"moment": "^2.29.4",
|
||||
"moment-duration-format": "^2.3.2",
|
||||
"moment-timezone": "^0.5.27",
|
||||
"moment-timezone": "^0.5.34",
|
||||
"monaco-editor": "^0.22.3",
|
||||
"mustache": "^2.3.2",
|
||||
"node-fetch": "^2.6.7",
|
||||
|
@ -911,7 +911,7 @@
|
|||
"@types/mocha": "^9.1.1",
|
||||
"@types/mock-fs": "^4.13.1",
|
||||
"@types/moment-duration-format": "^2.2.3",
|
||||
"@types/moment-timezone": "^0.5.12",
|
||||
"@types/moment-timezone": "^0.5.30",
|
||||
"@types/mustache": "^0.8.31",
|
||||
"@types/ncp": "^2.0.1",
|
||||
"@types/nock": "^10.0.3",
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -7562,12 +7562,12 @@
|
|||
dependencies:
|
||||
moment ">=2.14.0"
|
||||
|
||||
"@types/moment-timezone@^0.5.12":
|
||||
version "0.5.12"
|
||||
resolved "https://registry.yarnpkg.com/@types/moment-timezone/-/moment-timezone-0.5.12.tgz#0fb680c03db194fe8ff4551eaeb1eec8d3d80e9f"
|
||||
integrity sha512-hnHH2+Efg2vExr/dSz+IX860nSiyk9Sk4pJF2EmS11lRpMcNXeB4KBW5xcgw2QPsb9amTXdsVNEe5IoJXiT0uw==
|
||||
"@types/moment-timezone@^0.5.30":
|
||||
version "0.5.30"
|
||||
resolved "https://registry.yarnpkg.com/@types/moment-timezone/-/moment-timezone-0.5.30.tgz#340ed45fe3e715f4a011f5cfceb7cb52aad46fc7"
|
||||
integrity sha512-aDVfCsjYnAQaV/E9Qc24C5Njx1CoDjXsEgkxtp9NyXDpYu4CCbmclb6QhWloS9UTU/8YROUEEdEkWI0D7DxnKg==
|
||||
dependencies:
|
||||
moment ">=2.14.0"
|
||||
moment-timezone "*"
|
||||
|
||||
"@types/mustache@^0.8.31":
|
||||
version "0.8.31"
|
||||
|
@ -21234,10 +21234,10 @@ 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.27:
|
||||
version "0.5.27"
|
||||
resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.27.tgz#73adec8139b6fe30452e78f210f27b1f346b8877"
|
||||
integrity sha512-EIKQs7h5sAsjhPCqN6ggx6cEbs94GK050254TIJySD1bzoM5JTYDwAU1IoVOeTOL6Gm27kYJ51/uuvq1kIlrbw==
|
||||
moment-timezone@*, 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==
|
||||
dependencies:
|
||||
moment ">= 2.9.0"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue