From f058e8711e1b8874327fb8b1130e0a4d1237341d Mon Sep 17 00:00:00 2001 From: Jarvis Date: Tue, 9 Jul 2024 11:48:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A4=84=E7=90=86=20glob=E3=80=81lru-ca?= =?UTF-8?q?che=20=E7=AD=89=20patch=20=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=20node=20=E4=BE=9D=E8=B5=96=E7=9A=84=E9=97=AE=E9=A2=98=20=20(#?= =?UTF-8?q?253)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 相关参考:https://github.com/isaacs/node-glob/issues/596 ## Summary by CodeRabbit - **Chores** - Updated various package versions to improve performance, security, and compatibility. --- package.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/package.json b/package.json index b0fc497..6857bdf 100644 --- a/package.json +++ b/package.json @@ -586,6 +586,10 @@ "2.7.0": { "version": "2.6.3", "reason": "https://github.com/isaacs/rimraf/issues/194" + }, + "5.0.8": { + "version": "5.0.7", + "reason": "https://github.com/isaacs/node-glob/issues/596" } }, "less": { @@ -892,6 +896,10 @@ "7.7.0": { "version": "7.6.0", "reason": "https://github.com/isaacs/node-lru-cache/pull/217/files" + }, + "10.3.1": { + "version": "10.3.0", + "reason": "https://github.com/isaacs/node-glob/issues/596" } }, "ip": { @@ -1139,6 +1147,18 @@ "version": "1.11.3", "reason": "https://github.com/theKashey/react-focus-lock/issues/301" } + }, + "jackspeak": { + "3.4.1": { + "version": "3.4.0", + "reason": "https://github.com/isaacs/node-glob/issues/596" + } + }, + "glob": { + "10.4.3": { + "version": "10.4.2", + "reason": "https://github.com/isaacs/node-glob/issues/596" + } } } }