Skip to content

Commit

Permalink
[7.5] update elasticsearch to 16.5.0 (#49911) (#49926)
Browse files Browse the repository at this point in the history
# Conflicts:
#	package.json
#	yarn.lock
  • Loading branch information
Spencer authored Oct 31, 2019
1 parent 40d2a51 commit cec8702
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@
"d3": "3.5.17",
"d3-cloud": "1.2.5",
"del": "^4.1.1",
"elasticsearch": "^16.4.0",
"elasticsearch-browser": "^16.4.0",
"elasticsearch": "^16.5.0",
"elasticsearch-browser": "^16.5.0",
"encode-uri-query": "1.0.1",
"execa": "^1.0.0",
"expiry-js": "0.1.7",
Expand Down
2 changes: 1 addition & 1 deletion x-pack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
"dataloader": "^1.4.0",
"dedent": "^0.7.0",
"dragselect": "1.13.1",
"elasticsearch": "^16.4.0",
"elasticsearch": "^16.5.0",
"extract-zip": "1.6.7",
"file-saver": "^1.3.8",
"file-type": "^10.9.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10592,10 +10592,10 @@ ejs@^2.6.1:
resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.6.1.tgz#498ec0d495655abc6f23cd61868d926464071aa0"
integrity sha512-0xy4A/twfrRCnkhfk8ErDi5DqdAsAqeGxht4xkCUrsvhhbQNs7E+4jV0CN7+NKIY0aHE72+XvqtBIXzD31ZbXQ==

elasticsearch-browser@^16.4.0:
version "16.4.0"
resolved "https://registry.yarnpkg.com/elasticsearch-browser/-/elasticsearch-browser-16.4.0.tgz#0e0b9b781f9f5207498085ce1d47d916ff46fb82"
integrity sha512-VILNtZQytYnT3mYit3SeN+SgjqOw4piZEhUrHjl7bNY1OGU7nwODtVj/rL7bc0pTmVAnDTtq0CBKE+ncjd+3hQ==
elasticsearch-browser@^16.5.0:
version "16.5.0"
resolved "https://registry.yarnpkg.com/elasticsearch-browser/-/elasticsearch-browser-16.5.0.tgz#d2efbbf8751bb563e91b74117a14b9211df5cfe9"
integrity sha512-F7npcrmMi3OgQ4fL+7sYLZp5Y9MS6WobVdCA18d9/Eef06x3+UzVE+pRaM71y4/i0N5rt/QrvmijHt25wz5SLw==

elasticsearch@^15.2.0:
version "15.2.0"
Expand All @@ -10606,10 +10606,10 @@ elasticsearch@^15.2.0:
chalk "^1.0.0"
lodash "^4.17.10"

elasticsearch@^16.4.0:
version "16.4.0"
resolved "https://registry.yarnpkg.com/elasticsearch/-/elasticsearch-16.4.0.tgz#534d6d83a9e0cc3080bec92b89dac0eb1e4d4c73"
integrity sha512-uJN1hNNB8fBkaDqhC1SW8NbEC6Ge63fUHj0vJ9BZdHBlIhbsUq68Y5DUv6TRoE6IC8ezCDFqhRs7m7ar19+iiQ==
elasticsearch@^16.5.0:
version "16.5.0"
resolved "https://registry.yarnpkg.com/elasticsearch/-/elasticsearch-16.5.0.tgz#619a48040be25d345fdddf09fa6042a88c3974d6"
integrity sha512-9YbmU2AtM/kQdmp96EI5nu2bjxowdarV6IsKmcS+jQowJ3mhG98J1DCVOtEKuFvsnNaLyKD3aPbCAmb72+WX3w==
dependencies:
agentkeepalive "^3.4.1"
chalk "^1.0.0"
Expand Down

0 comments on commit cec8702

Please sign in to comment.