From f2329953eaec1b40409010ad050e7770bb325e59 Mon Sep 17 00:00:00 2001 From: baozhoutao Date: Thu, 15 Aug 2024 14:05:08 +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/unpkg/package.json | 3 +++ deploy/enterprise/app/unpkg/package.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/deploy/community/app/unpkg/package.json b/deploy/community/app/unpkg/package.json index ec399c87e4..c9e304f475 100644 --- a/deploy/community/app/unpkg/package.json +++ b/deploy/community/app/unpkg/package.json @@ -10,5 +10,8 @@ "license": "ISC", "dependencies": { "@steedos/ee_unpkg": "1.0.0" + }, + "resolutions": { + "undici": "5.16.0" } } diff --git a/deploy/enterprise/app/unpkg/package.json b/deploy/enterprise/app/unpkg/package.json index ec399c87e4..c9e304f475 100644 --- a/deploy/enterprise/app/unpkg/package.json +++ b/deploy/enterprise/app/unpkg/package.json @@ -10,5 +10,8 @@ "license": "ISC", "dependencies": { "@steedos/ee_unpkg": "1.0.0" + }, + "resolutions": { + "undici": "5.16.0" } }