mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
parent
cf97abe9ff
commit
a8997715b9
3 changed files with 7 additions and 5 deletions
|
@ -99,7 +99,7 @@
|
|||
"@elastic/charts": "30.1.0",
|
||||
"@elastic/datemath": "link:bazel-bin/packages/elastic-datemath",
|
||||
"@elastic/elasticsearch": "npm:@elastic/elasticsearch-canary@7.14.0-canary.6",
|
||||
"@elastic/ems-client": "7.13.0",
|
||||
"@elastic/ems-client": "7.14.0",
|
||||
"@elastic/eui": "33.0.0",
|
||||
"@elastic/filesaver": "1.1.2",
|
||||
"@elastic/good": "^9.0.1-kibana3",
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
// used as dependencies or dev dependencies
|
||||
export const LICENSE_ALLOWED = [
|
||||
'Elastic-License',
|
||||
'Elastic License 2.0',
|
||||
'SSPL-1.0 OR Elastic License 2.0',
|
||||
'0BSD',
|
||||
'(BSD-2-Clause OR MIT OR Apache-2.0)',
|
||||
|
@ -72,6 +73,7 @@ export const DEV_ONLY_LICENSE_ALLOWED = ['MPL-2.0'];
|
|||
export const LICENSE_OVERRIDES = {
|
||||
'jsts@1.6.2': ['Eclipse Distribution License - v 1.0'], // cf. https://github.com/bjornharrtell/jsts
|
||||
'@mapbox/jsonlint-lines-primitives@2.0.2': ['MIT'], // license in readme https://github.com/tmcw/jsonlint
|
||||
'@elastic/ems-client@7.14.0': ['Elastic License 2.0'],
|
||||
|
||||
// TODO can be removed if the https://github.com/jindw/xmldom/issues/239 is released
|
||||
'xmldom@0.1.27': ['MIT'],
|
||||
|
|
|
@ -1413,10 +1413,10 @@
|
|||
ms "^2.1.3"
|
||||
secure-json-parse "^2.4.0"
|
||||
|
||||
"@elastic/ems-client@7.13.0":
|
||||
version "7.13.0"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/ems-client/-/ems-client-7.13.0.tgz#de291a6eb25523e5844a9e74ae72fd2e81a1f4d9"
|
||||
integrity sha512-VdK5jZdnC+5BSkMRQsqHqrsZ9HttnPjQmCjRlAGuV8y6g0eKVP9ZiMRQFKFKmuSKpx0kHGsSV/1kBglTmSl/3g==
|
||||
"@elastic/ems-client@7.14.0":
|
||||
version "7.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/ems-client/-/ems-client-7.14.0.tgz#7c8095086bd9a637f72d6d810d494a460c68e0fc"
|
||||
integrity sha512-axXTyBrC1I2TMmcxGC04SgODwb5Cp6svcW64RoTr8X2XrSSuH0gh+X5qMsC9FgGGnmbVNCEYIs3JK4AJ7X4bxA==
|
||||
dependencies:
|
||||
"@types/geojson" "^7946.0.7"
|
||||
"@types/lru-cache" "^5.1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue