From 269a7bf7ce8a06299a8bc66d159532aa0313be00 Mon Sep 17 00:00:00 2001 From: Kuingsmile Date: Wed, 3 Jan 2024 01:55:23 -0800 Subject: [PATCH] :bug: Fix(custom): fix sftp upload error when file name is the same ISSUES CLOSED: #129 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9b177b6..67d254e 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "multer": "^1.4.5-lts.1", "node-ssh-no-cpu-features": "^1.0.1", "nodejs-file-downloader": "^4.12.1", - "piclist": "^1.7.1", + "piclist": "^1.7.2", "pinia": "^2.1.7", "pinia-plugin-persistedstate": "^3.2.0", "proxy-agent": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index e5576ac..f903163 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12362,10 +12362,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@^1.7.1: - version "1.7.1" - resolved "https://registry.yarnpkg.com/piclist/-/piclist-1.7.1.tgz#b6869dd8463a54790ca89c382713f61bd093ece1" - integrity sha512-Sh85EH0Q6y9EJ5RBLj0IEu7D1Uhj11WW9Rv3lhbt7CLjJxmWjp6Fq7zs9Q4zW+u7eMQ+lAu5lbODnbxfIfxXiQ== +piclist@^1.7.2: + version "1.7.2" + resolved "https://registry.yarnpkg.com/piclist/-/piclist-1.7.2.tgz#863067e58ef72b986e903cbbaeade77ff3acde48" + integrity sha512-E0QfXRLczg2jsCQRXl/OBkypSlRSnEObPzRJKyTTDitxEzGgoYc2lEK5ioPtyQihGxK2d+rbn3XkuoDTaOkpdg== dependencies: "@picgo/i18n" "^1.0.0" "@picgo/store" "^2.1.0"