From 3f9f390d392a9e2f6d3c5a1546bee150f5929360 Mon Sep 17 00:00:00 2001 From: haml-707 <845831435@qq.com> Date: Tue, 30 Jan 2024 20:25:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20glob-parent=20=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pnpm-lock.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4eaa012..2d94e9d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2627,7 +2627,7 @@ packages: dependencies: '@mrmlnc/readdir-enhanced': 2.2.1 '@nodelib/fs.stat': 1.1.3 - glob-parent: 3.1.0 + glob-parent: 5.1.2 is-glob: 4.0.3 merge2: 1.4.1 micromatch: 3.1.10 -- Gitee