From ef46380f9e2105cdf099f7016ff9fb7ed86bbb96 Mon Sep 17 00:00:00 2001 From: Ryan Ran <1410277647@qq.com> Date: Fri, 4 Jul 2025 17:16:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0`minimatch`=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E9=A1=B9=E7=9A=84=E8=A7=A3=E6=9E=90=E7=89=88=E6=9C=AC=E4=BB=A5?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=BD=9C=E5=9C=A8=E7=9A=84=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer/package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/buyer/package.json b/buyer/package.json index b53d6d46..b11b6b94 100644 --- a/buyer/package.json +++ b/buyer/package.json @@ -40,5 +40,8 @@ "> 1%", "last 2 versions", "not dead" - ] + ], + "resolutions": { + "minimatch": "^3.1.2" + } }