Skip to content

Commit

Permalink
chore: update undici to 5.5.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Trott committed Jun 17, 2022
1 parent 908ebe2 commit cb8140e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -51,7 +51,7 @@
"supports-color": "^9.2.1",
"tar": "^6.1.11",
"uid-number": "0.0.6",
"undici": "^4.11.0",
"undici": "^5.5.1",
"uuid": "^8.3.2",
"which": "^2.0.2",
"winston": "^3.3.3",
Expand Down

0 comments on commit cb8140e

Please sign in to comment.