From cb8140e370b65e7604541c320131afa6655095e1 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 16 Jun 2022 19:30:51 -0700 Subject: [PATCH] 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 40fa5f22..8df70c3d 100644 --- a/package.json +++ b/package.json @@ -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",