mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Bump jquery from 3.4.1 to 3.5.0 (#64884)
This commit is contained in:
parent
4928978557
commit
23282a2f37
11 changed files with 20 additions and 20 deletions
|
@ -200,7 +200,7 @@
|
|||
"inert": "^5.1.0",
|
||||
"inline-style": "^2.0.0",
|
||||
"joi": "^13.5.2",
|
||||
"jquery": "^3.4.1",
|
||||
"jquery": "^3.5.0",
|
||||
"js-yaml": "3.13.1",
|
||||
"json-stable-stringify": "^1.0.1",
|
||||
"json-stringify-pretty-compact": "1.2.0",
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
"html": "1.0.0",
|
||||
"html-loader": "^0.5.5",
|
||||
"imports-loader": "^0.8.0",
|
||||
"jquery": "^3.4.1",
|
||||
"jquery": "^3.5.0",
|
||||
"keymirror": "0.1.1",
|
||||
"moment": "^2.24.0",
|
||||
"node-sass": "^4.13.1",
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"core-js": "^3.6.4",
|
||||
"custom-event-polyfill": "^0.3.0",
|
||||
"elasticsearch-browser": "^16.7.0",
|
||||
"jquery": "^3.4.1",
|
||||
"jquery": "^3.5.0",
|
||||
"moment": "^2.24.0",
|
||||
"moment-timezone": "^0.5.27",
|
||||
"monaco-editor": "~0.17.0",
|
||||
|
|
|
@ -8,4 +8,4 @@
|
|||
listing-limit="listingLimit"
|
||||
hide-write-controls="hideWriteControls"
|
||||
initial-filter="initialFilter"
|
||||
/>
|
||||
></dashboard-listing>
|
||||
|
|
|
@ -76,7 +76,7 @@
|
|||
filters="filters"
|
||||
query="query"
|
||||
app-state="appState"
|
||||
/>
|
||||
></visualization-embedded>
|
||||
|
||||
<h1
|
||||
class="euiScreenReaderOnly"
|
||||
|
@ -99,6 +99,6 @@
|
|||
filters="filters"
|
||||
query="query"
|
||||
class="visEditor__content"
|
||||
/>
|
||||
></visualization-editor>
|
||||
|
||||
</visualize-app>
|
||||
|
|
|
@ -268,7 +268,7 @@
|
|||
"io-ts": "^2.0.5",
|
||||
"isbinaryfile": "4.0.2",
|
||||
"joi": "^13.5.2",
|
||||
"jquery": "^3.4.1",
|
||||
"jquery": "^3.5.0",
|
||||
"js-search": "^1.4.3",
|
||||
"js-yaml": "3.13.1",
|
||||
"json-stable-stringify": "^1.0.1",
|
||||
|
|
|
@ -208,7 +208,7 @@
|
|||
ng-click="selectSelected(n)">
|
||||
<svg width="24" height="24">
|
||||
<circle class="gphNode__circle " r="10" cx="12" cy="12" ng-attr-style="fill:{{n.color}}"
|
||||
ng-click="workspace.deselectNode(n)" />
|
||||
ng-click="workspace.deselectNode(n)" ></circle>
|
||||
|
||||
<text
|
||||
ng-if="n.icon"
|
||||
|
|
|
@ -8,4 +8,4 @@
|
|||
capabilities="capabilities"
|
||||
initial-filter="initialFilter"
|
||||
core-start="coreStart"
|
||||
/>
|
||||
></graph-listing>
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
delete="delete"
|
||||
listing-limit="listingLimit"
|
||||
read-only="readOnly"
|
||||
/>
|
||||
></map-listing>
|
||||
|
|
|
@ -240,7 +240,7 @@
|
|||
i18n-id="xpack.monitoring.logstashNavigation.pipelinesLinkText"
|
||||
i18n-default-message="Pipelines"
|
||||
></span>
|
||||
<span class="kuiIcon fa-flask monTabs--icon" tooltip="Beta feature" />
|
||||
<span class="kuiIcon fa-flask monTabs--icon" tooltip="Beta feature"></span>
|
||||
</a>
|
||||
<a
|
||||
ng-if="!monitoringMain.instance && !monitoringMain.pipelineId && monitoringMain.isDisabledTab('logstash')"
|
||||
|
@ -252,7 +252,7 @@
|
|||
i18n-id="xpack.monitoring.logstashNavigation.pipelinesLinkText"
|
||||
i18n-default-message="Pipelines"
|
||||
></span>
|
||||
<span class="kuiIcon fa-flask monTabs--icon" tooltip="Beta feature" />
|
||||
<span class="kuiIcon fa-flask monTabs--icon" tooltip="Beta feature"></span>
|
||||
</a>
|
||||
<a
|
||||
ng-if="monitoringMain.instance"
|
||||
|
@ -273,7 +273,7 @@
|
|||
i18n-id="xpack.monitoring.logstashNavigation.instance.pipelinesLinkText"
|
||||
i18n-default-message="Pipelines"
|
||||
></span>
|
||||
<span class="kuiIcon fa-flask fa-sm monTabs--icon" tooltip="Beta feature" />
|
||||
<span class="kuiIcon fa-flask fa-sm monTabs--icon" tooltip="Beta feature"></span>
|
||||
</a>
|
||||
<a
|
||||
ng-if="monitoringMain.instance"
|
||||
|
|
14
yarn.lock
14
yarn.lock
|
@ -18402,10 +18402,10 @@ jpeg-js@^0.3.4:
|
|||
resolved "https://registry.yarnpkg.com/jpeg-js/-/jpeg-js-0.3.4.tgz#dc2ba501ee3d58b7bb893c5d1fab47294917e7e7"
|
||||
integrity sha512-6IzjQxvnlT8UlklNmDXIJMWxijULjqGrzgqc0OG7YadZdvm7KPQ1j0ehmQQHckgEWOfgpptzcnWgESovxudpTA==
|
||||
|
||||
jquery@^3.4.1:
|
||||
version "3.4.1"
|
||||
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.4.1.tgz#714f1f8d9dde4bdfa55764ba37ef214630d80ef2"
|
||||
integrity sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==
|
||||
jquery@^3.5.0:
|
||||
version "3.5.0"
|
||||
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.0.tgz#9980b97d9e4194611c36530e7dc46a58d7340fc9"
|
||||
integrity sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==
|
||||
|
||||
js-base64@^2.1.8:
|
||||
version "2.4.5"
|
||||
|
@ -26881,9 +26881,9 @@ sentence-case@^2.1.0:
|
|||
upper-case-first "^1.1.2"
|
||||
|
||||
serialize-javascript@^1.7.0, serialize-javascript@^2.1.1, serialize-javascript@^2.1.2:
|
||||
version "2.1.1"
|
||||
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-2.1.1.tgz#952907a04a3e3a75af7f73d92d15e233862048b2"
|
||||
integrity sha512-MPLPRpD4FNqWq9tTIjYG5LesFouDhdyH0EPY3gVK4DRD5+g4aDqdNSzLIwceulo3Yj+PL1bPh6laE5+H6LTcrQ==
|
||||
version "2.1.2"
|
||||
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-2.1.2.tgz#ecec53b0e0317bdc95ef76ab7074b7384785fa61"
|
||||
integrity sha512-rs9OggEUF0V4jUSecXazOYsLfu7OGK2qIn3c7IPBiffz32XniEp/TX9Xmc9LQfK2nQ2QKHvZ2oygKUGU0lG4jQ==
|
||||
|
||||
serve-favicon@^2.5.0:
|
||||
version "2.5.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue