From d5be55b023c94a02a44c3a8251e9ed5ff9ce16ec Mon Sep 17 00:00:00 2001 From: baozhoutao Date: Thu, 15 Aug 2024 13:40:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=81=E5=AE=9A=E7=89=88=E6=9C=AC"undici":?= =?UTF-8?q?=20"5.16.0"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/community/app/platform/package.json | 3 ++- deploy/enterprise/app/platform/package.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/deploy/community/app/platform/package.json b/deploy/community/app/platform/package.json index e0b95d8161..d4121a07d5 100644 --- a/deploy/community/app/platform/package.json +++ b/deploy/community/app/platform/package.json @@ -16,6 +16,7 @@ "@azure/logger": "1.0.4", "@azure/core-tracing": "1.0.1", "@azure/core-paging": "1.5.0", - "@types/mime": "3.0.0" + "@types/mime": "3.0.0", + "undici": "5.16.0" } } \ No newline at end of file diff --git a/deploy/enterprise/app/platform/package.json b/deploy/enterprise/app/platform/package.json index ca93a39e64..faa111717b 100644 --- a/deploy/enterprise/app/platform/package.json +++ b/deploy/enterprise/app/platform/package.json @@ -19,6 +19,7 @@ "@azure/logger": "1.0.4", "@azure/core-tracing": "1.0.1", "@azure/core-paging": "1.5.0", - "@types/mime": "3.0.0" + "@types/mime": "3.0.0", + "undici": "5.16.0" } } \ No newline at end of file