mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[6.7] [yarn] upgrade elasticsearch-js (#30298)
Backports the following commits to 6.7: - [yarn] upgrade elasticsearch-js (#30294)
This commit is contained in:
parent
689f22db66
commit
3f97d4b8e4
4 changed files with 17 additions and 8 deletions
|
@ -153,8 +153,8 @@
|
|||
"d3-cloud": "1.2.1",
|
||||
"del": "^3.0.0",
|
||||
"dragula": "3.7.0",
|
||||
"elasticsearch": "^15.2.0",
|
||||
"elasticsearch-browser": "^15.2.0",
|
||||
"elasticsearch": "^15.4.1",
|
||||
"elasticsearch-browser": "^15.4.1",
|
||||
"encode-uri-query": "1.0.0",
|
||||
"execa": "^1.0.0",
|
||||
"expiry-js": "0.1.7",
|
||||
|
|
|
@ -60,7 +60,7 @@ export default function (kibana) {
|
|||
startupTimeout: Joi.number().default(5000),
|
||||
logQueries: Joi.boolean().default(false),
|
||||
ssl: sslSchema,
|
||||
apiVersion: Joi.string().default('6.x'),
|
||||
apiVersion: Joi.string().default('6.7'),
|
||||
healthCheck: Joi.object({
|
||||
delay: Joi.number().default(2500)
|
||||
}).default(),
|
||||
|
|
|
@ -166,7 +166,7 @@
|
|||
"dataloader": "^1.4.0",
|
||||
"dedent": "^0.7.0",
|
||||
"dragselect": "1.8.1",
|
||||
"elasticsearch": "^15.2.0",
|
||||
"elasticsearch": "^15.4.1",
|
||||
"extract-zip": "1.5.0",
|
||||
"file-saver": "^1.3.8",
|
||||
"font-awesome": "4.4.0",
|
||||
|
|
17
yarn.lock
17
yarn.lock
|
@ -7507,10 +7507,10 @@ ejs@^2.2.4, ejs@^2.3.1:
|
|||
resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.5.7.tgz#cc872c168880ae3c7189762fd5ffc00896c9518a"
|
||||
integrity sha1-zIcsFoiArjxxiXYv1f/ACJbJUYo=
|
||||
|
||||
elasticsearch-browser@^15.2.0:
|
||||
version "15.2.0"
|
||||
resolved "https://registry.yarnpkg.com/elasticsearch-browser/-/elasticsearch-browser-15.2.0.tgz#3af0d4b6ffbd125842c7082bbdd99ae4afcba27b"
|
||||
integrity sha512-Rhz7SkuPeiBtRZP2xn98NhiECJQSTrzUEDHXkepkYXqH755kjPzpJB2rvioKDkA+4gegOyHk2yx+VDGcMXQhVg==
|
||||
elasticsearch-browser@^15.4.1:
|
||||
version "15.4.1"
|
||||
resolved "https://registry.yarnpkg.com/elasticsearch-browser/-/elasticsearch-browser-15.4.1.tgz#c5843a9b2953cc9a653c8f6076f60ee4e5a44595"
|
||||
integrity sha512-jjuT3EoF4t+sECKgMWzfveisf4RdFJMFTfh8jGfsq7SVAHBkAKqdqYr8TdeJYbi7qfWZHl7MajMs0+vklI4U8A==
|
||||
|
||||
elasticsearch@^15.2.0:
|
||||
version "15.2.0"
|
||||
|
@ -7521,6 +7521,15 @@ elasticsearch@^15.2.0:
|
|||
chalk "^1.0.0"
|
||||
lodash "^4.17.10"
|
||||
|
||||
elasticsearch@^15.4.1:
|
||||
version "15.4.1"
|
||||
resolved "https://registry.yarnpkg.com/elasticsearch/-/elasticsearch-15.4.1.tgz#28b54de22fea74003e57395e035926fe7b63b8dd"
|
||||
integrity sha512-IL46Sv9krCKtpvlI37/vQVQrWx6QeT1OJhfWW6L3fIXzR1Vv5utO+DHYz8AosUI6vlkxShoq+y6sUIBhTF1OIg==
|
||||
dependencies:
|
||||
agentkeepalive "^3.4.1"
|
||||
chalk "^1.0.0"
|
||||
lodash "^4.17.10"
|
||||
|
||||
electron-to-chromium@^1.3.103:
|
||||
version "1.3.108"
|
||||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.108.tgz#2e79a6fcaa4b3e7c75abf871505bda8e268c910e"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue