mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[7.6] Bump branch version 7.6 (#54911)
* chore(NA): bump branch 7.6 * chore(NA): update elastisearch js legacy version
This commit is contained in:
parent
51996c3643
commit
22a96e8483
3 changed files with 18 additions and 9 deletions
|
@ -12,7 +12,7 @@
|
|||
],
|
||||
"private": true,
|
||||
"version": "7.6.0",
|
||||
"branch": "7.x",
|
||||
"branch": "7.6",
|
||||
"types": "./kibana.d.ts",
|
||||
"tsdocMetadata": "./build/tsdoc-metadata.json",
|
||||
"build": {
|
||||
|
@ -166,8 +166,8 @@
|
|||
"deepmerge": "^4.2.2",
|
||||
"del": "^5.1.0",
|
||||
"elastic-apm-node": "^3.2.0",
|
||||
"elasticsearch": "^16.5.0",
|
||||
"elasticsearch-browser": "^16.5.0",
|
||||
"elasticsearch": "^16.6.0",
|
||||
"elasticsearch-browser": "^16.6.0",
|
||||
"execa": "^3.2.0",
|
||||
"expiry-js": "0.1.7",
|
||||
"fast-deep-equal": "^3.1.1",
|
||||
|
|
|
@ -224,7 +224,7 @@
|
|||
"dedent": "^0.7.0",
|
||||
"del": "^5.1.0",
|
||||
"dragselect": "1.13.1",
|
||||
"elasticsearch": "^16.5.0",
|
||||
"elasticsearch": "^16.6.0",
|
||||
"extract-zip": "1.6.7",
|
||||
"file-saver": "^1.3.8",
|
||||
"file-type": "^10.9.0",
|
||||
|
|
19
yarn.lock
19
yarn.lock
|
@ -11397,12 +11397,12 @@ elastic-apm-node@^3.2.0:
|
|||
traceparent "^1.0.0"
|
||||
unicode-byte-truncate "^1.0.0"
|
||||
|
||||
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-browser@^16.6.0:
|
||||
version "16.6.0"
|
||||
resolved "https://registry.yarnpkg.com/elasticsearch-browser/-/elasticsearch-browser-16.6.0.tgz#ab9874e32cd50d1452f62e0c0f01906f600dc4b9"
|
||||
integrity sha512-Z62Ye118mb7WywiE8xuXVCcaUd88NIGJdIrPH4nmchBoMkVNlTuakavnFwa75umIDhMQt3/GcO4ITlc7MaqLLg==
|
||||
|
||||
elasticsearch@^16.4.0, elasticsearch@^16.5.0:
|
||||
elasticsearch@^16.4.0:
|
||||
version "16.5.0"
|
||||
resolved "https://registry.yarnpkg.com/elasticsearch/-/elasticsearch-16.5.0.tgz#619a48040be25d345fdddf09fa6042a88c3974d6"
|
||||
integrity sha512-9YbmU2AtM/kQdmp96EI5nu2bjxowdarV6IsKmcS+jQowJ3mhG98J1DCVOtEKuFvsnNaLyKD3aPbCAmb72+WX3w==
|
||||
|
@ -11411,6 +11411,15 @@ elasticsearch@^16.4.0, elasticsearch@^16.5.0:
|
|||
chalk "^1.0.0"
|
||||
lodash "^4.17.10"
|
||||
|
||||
elasticsearch@^16.6.0:
|
||||
version "16.6.0"
|
||||
resolved "https://registry.yarnpkg.com/elasticsearch/-/elasticsearch-16.6.0.tgz#ba6b6096269f205f6fcde4171424dcd67229febe"
|
||||
integrity sha512-MhsdE2JaBJoV1EGzSkCqqhNGxafXJuhPr+eD3vbXmsk/QWhaiU12oyXF0VhjcL8+UlwTHv0CAUbyjtE1wqoIdw==
|
||||
dependencies:
|
||||
agentkeepalive "^3.4.1"
|
||||
chalk "^1.0.0"
|
||||
lodash "^4.17.10"
|
||||
|
||||
electron-to-chromium@^1.3.188:
|
||||
version "1.3.190"
|
||||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.190.tgz#5bf599519983bfffd9d4387817039a3ed7ca085f"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue