mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Maps] bump ems-client to 1.0.5 to avoid IE11 crashes (#48292)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
221ba8f87b
commit
8cbae88afd
3 changed files with 6 additions and 6 deletions
|
@ -108,7 +108,7 @@
|
|||
"@babel/register": "^7.5.5",
|
||||
"@elastic/charts": "^13.5.1",
|
||||
"@elastic/datemath": "5.0.2",
|
||||
"@elastic/ems-client": "^1.0.2",
|
||||
"@elastic/ems-client": "1.0.5",
|
||||
"@elastic/eui": "14.5.0",
|
||||
"@elastic/filesaver": "1.1.2",
|
||||
"@elastic/good": "8.1.1-kibana2",
|
||||
|
|
|
@ -193,7 +193,7 @@
|
|||
"@babel/runtime": "^7.5.5",
|
||||
"@elastic/ctags-langserver": "^0.1.11",
|
||||
"@elastic/datemath": "5.0.2",
|
||||
"@elastic/ems-client": "1.0.2",
|
||||
"@elastic/ems-client": "1.0.5",
|
||||
"@elastic/filesaver": "1.1.2",
|
||||
"@elastic/eui": "14.5.0",
|
||||
"@elastic/javascript-typescript-langserver": "^0.3.3",
|
||||
|
|
|
@ -1118,10 +1118,10 @@
|
|||
once "^1.4.0"
|
||||
pump "^3.0.0"
|
||||
|
||||
"@elastic/ems-client@1.0.2", "@elastic/ems-client@^1.0.2":
|
||||
version "1.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/ems-client/-/ems-client-1.0.2.tgz#b4dcfcb1ce40a4f1d847e39f1d5d994ae7a9f04e"
|
||||
integrity sha512-KYOQ44EEdoel+l1LntUjPvUDS4jfGF24ulojQD1GjStzA0sP8D7iIUY0H6o5Q06cy9lFkXarLKADjAxAqLATSw==
|
||||
"@elastic/ems-client@1.0.5":
|
||||
version "1.0.5"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/ems-client/-/ems-client-1.0.5.tgz#e2c10816c5eebdf128590170d8f09fcc693db50b"
|
||||
integrity sha512-J+jDjtpHfGnbsgdhuA1zp/JoZftCpx6/h/4bP5ik+2Ysa30sAHIpHs0D3921R75O9WDNs6SHVnV/oqdJKL/HCg==
|
||||
dependencies:
|
||||
lodash "^4.17.15"
|
||||
node-fetch "^1.7.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue