From 1f36cf39e096927248d11b78dd285bc27285146b Mon Sep 17 00:00:00 2001 From: Kuingsmile <96409857+Kuingsmile@users.noreply.github.com> Date: Mon, 2 Feb 2026 09:28:01 +0800 Subject: [PATCH] :sparkles: Feature(custom): upgrade core --- package.json | 2 +- yarn.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1c2ab450..9e4f00ef 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "multer": "^2.0.2", "node-ssh-no-cpu-features": "^2.0.0", "nodejs-file-downloader": "^4.13.0", - "piclist": "^2.3.2", + "piclist": "^2.3.3", "qiniu": "7.14.0", "semver": "^7.7.3", "shell-path": "3.0.0", diff --git a/yarn.lock b/yarn.lock index 908cd98a..e911ff7a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9728,10 +9728,10 @@ performance-now@^2.1.0: resolved "https://registry.npmmirror.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" integrity sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow== -piclist@^2.3.2: - version "2.3.2" - resolved "https://registry.yarnpkg.com/piclist/-/piclist-2.3.2.tgz#77cfecc5931b6761d26acc969d6ecda9b7605d6f" - integrity sha512-s03G5r4HJffRgNEI72FefI9GDf8JSvw27LhslDwtmjpu/jvUVHru/VCwGaFBHyItW58nrqDh+W7gCfZ8x6ENhw== +piclist@^2.3.3: + version "2.3.3" + resolved "https://registry.yarnpkg.com/piclist/-/piclist-2.3.3.tgz#f3cad24d888b6df78db66de4406ccb6c7e1cfbd2" + integrity sha512-FEARn+W1q0ndY8op6jbXo/pf+XJiC9zIwj8GPAmsgnHTFSQTQHNMBhdrVEHDzZc3EgZ3LN3kMakQxB6pYkAqIQ== dependencies: "@aws-sdk/client-s3" "3.965.0" "@aws-sdk/lib-storage" "3.965.0" @@ -9744,6 +9744,7 @@ piclist@^2.3.2: commander "^8.1.0" cross-spawn "^7.0.6" dayjs "^1.11.19" + dotenv "^17.2.3" file-type "21.3.0" form-data "^4.0.5" fs-extra "^11.3.3"