Skip to content

Commit f474ea9

Browse files
committed
Upgrade Undici to 5.22.1
The upgrade fixes some bugs that were the cause of a slow memory leak in the Elasticsearch JS client. See #63.
1 parent a727848 commit f474ea9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic/transport",
3-
"version": "8.3.1",
3+
"version": "8.3.2",
44
"description": "Transport classes and utilities shared among Node.js Elastic client libraries",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -62,7 +62,7 @@
6262
"ms": "^2.1.3",
6363
"secure-json-parse": "^2.4.0",
6464
"tslib": "^2.4.0",
65-
"undici": "^5.5.1"
65+
"undici": "^5.22.1"
6666
},
6767
"tap": {
6868
"ts": true,

0 commit comments

Comments
 (0)