Skip to content

Commit 2345872

Browse files
authored
[Maps] Update @elastic/ems-client to 8.6.3 (#206814)
## Summary Related to elastic/ems-client#543 and #198790 Updates `@elastic/[email protected]` adding support for Node 22.x
1 parent 983470f commit 2345872

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"@elastic/ebt": "^1.1.1",
117117
"@elastic/ecs": "^8.11.5",
118118
"@elastic/elasticsearch": "^8.16.0",
119-
"@elastic/ems-client": "8.6.2",
119+
"@elastic/ems-client": "8.6.3",
120120
"@elastic/eui": "99.0.0-borealis.1",
121121
"@elastic/eui-theme-borealis": "0.0.8",
122122
"@elastic/filesaver": "1.1.2",

src/dev/license_checker/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export const PER_PACKAGE_ALLOWED_LICENSES = {
8686
export const LICENSE_OVERRIDES = {
8787
'[email protected]': ['Eclipse Distribution License - v 1.0'], // cf. https://github.com/bjornharrtell/jsts
8888
'@mapbox/[email protected]': ['MIT'], // license in readme https://github.com/tmcw/jsonlint
89-
'@elastic/[email protected].2': ['Elastic License 2.0'],
89+
'@elastic/[email protected].3': ['Elastic License 2.0'],
9090
'@elastic/[email protected]': ['Elastic License 2.0 OR AGPL-3.0-only OR SSPL-1.0'],
9191
'@elastic/[email protected]': ['Elastic License 2.0 OR AGPL-3.0-only OR SSPL-1.0'],
9292
'[email protected]': ['CC-BY-4.0'], // retired ODC‑By license https://github.com/mattcg/language-subtag-registry

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2313,10 +2313,10 @@
23132313
apache-arrow "^18.0.0"
23142314
tslib "^2.4.0"
23152315

2316-
"@elastic/[email protected].2":
2317-
version "8.6.2"
2318-
resolved "https://registry.yarnpkg.com/@elastic/ems-client/-/ems-client-8.6.2.tgz#cdca0a063756391705492f1d301a33a314464d8e"
2319-
integrity sha512-bhbR6BmrA5pNEDI/ais9V3612KPimx6NLacViOc1QpRw9oNGfQPRQVSOwd7IXzCn2eJKgBJoTWBgJGu6sjvZ4g==
2316+
"@elastic/[email protected].3":
2317+
version "8.6.3"
2318+
resolved "https://registry.yarnpkg.com/@elastic/ems-client/-/ems-client-8.6.3.tgz#9c5e29645516380c3550a33f2567456d38115b9f"
2319+
integrity sha512-ha8vsuT+AVsIThErXRNe3s8wwZCGI4EzJIbeXeFZoMcnD/x3t3DTOWwfSH1ov9RpDXKj5e8i4GkbvGDgPaLooQ==
23202320
dependencies:
23212321
"@types/geojson" "7946.0.15"
23222322
"@types/topojson-client" "3.1.5"

0 commit comments

Comments
 (0)