Skip to content

Commit

Permalink
[Maps] Update @elastic/ems-client to 8.6.3 (#206814)
Browse files Browse the repository at this point in the history
## Summary

Related to elastic/ems-client#543 and
#198790

Updates `@elastic/[email protected]` adding support for Node 22.x
  • Loading branch information
jsanz authored Jan 16, 2025
1 parent 983470f commit 2345872
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"@elastic/ebt": "^1.1.1",
"@elastic/ecs": "^8.11.5",
"@elastic/elasticsearch": "^8.16.0",
"@elastic/ems-client": "8.6.2",
"@elastic/ems-client": "8.6.3",
"@elastic/eui": "99.0.0-borealis.1",
"@elastic/eui-theme-borealis": "0.0.8",
"@elastic/filesaver": "1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion src/dev/license_checker/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const PER_PACKAGE_ALLOWED_LICENSES = {
export const LICENSE_OVERRIDES = {
'[email protected]': ['Eclipse Distribution License - v 1.0'], // cf. https://github.com/bjornharrtell/jsts
'@mapbox/[email protected]': ['MIT'], // license in readme https://github.com/tmcw/jsonlint
'@elastic/[email protected].2': ['Elastic License 2.0'],
'@elastic/[email protected].3': ['Elastic License 2.0'],
'@elastic/[email protected]': ['Elastic License 2.0 OR AGPL-3.0-only OR SSPL-1.0'],
'@elastic/[email protected]': ['Elastic License 2.0 OR AGPL-3.0-only OR SSPL-1.0'],
'[email protected]': ['CC-BY-4.0'], // retired ODC‑By license https://github.com/mattcg/language-subtag-registry
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2313,10 +2313,10 @@
apache-arrow "^18.0.0"
tslib "^2.4.0"

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

0 comments on commit 2345872

Please sign in to comment.