Skip to content

Commit cb8140e

Browse files
committed
chore: update undici to 5.5.1
Steps I took to test this: 1. `npm install && npm run test`: Tests pass with undici@4 2. `npm uninstall undici && npm run test`: Tests fail 3. `npm install undici && npm run test`: Tests pass with undici@5
1 parent 908ebe2 commit cb8140e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"supports-color": "^9.2.1",
5252
"tar": "^6.1.11",
5353
"uid-number": "0.0.6",
54-
"undici": "^4.11.0",
54+
"undici": "^5.5.1",
5555
"uuid": "^8.3.2",
5656
"which": "^2.0.2",
5757
"winston": "^3.3.3",

0 commit comments

Comments
 (0)