From a807a360b4aa71f5c6f60ce8918ca44dceab72ce Mon Sep 17 00:00:00 2001 From: Ashley Date: Mon, 21 Aug 2023 21:14:48 +0000 Subject: [PATCH] add the undici package !!!! --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9049a44c..b16b8925 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,8 @@ "clean-css": "^5.3.2", "node-libcurl": "^2.3.3", "uglify-js": "^3.17.4", - "ping": "^0.4.4" + "ping": "^0.4.4", + "undici": "^5.23.0" }, "engines": { "node": "16.x"