Skip to content

Commit

Permalink
Upgrade Undici to 5.22.1
Browse files Browse the repository at this point in the history
The upgrade fixes some bugs that were the cause of a slow memory
leak in the Elasticsearch JS client. See #63.
  • Loading branch information
JoshMock committed Jun 7, 2023
1 parent 893b2b1 commit 671ed29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elastic/transport",
"version": "8.3.1",
"version": "8.3.2",
"description": "Transport classes and utilities shared among Node.js Elastic client libraries",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -62,7 +62,7 @@
"ms": "^2.1.3",
"secure-json-parse": "^2.4.0",
"tslib": "^2.4.0",
"undici": "^5.5.1"
"undici": "^5.22.1"
},
"tap": {
"ts": true,
Expand Down

0 comments on commit 671ed29

Please sign in to comment.