🐛 Fix(custom): fix sftp upload error when file name is the same

ISSUES CLOSED: #129
This commit is contained in:
Kuingsmile 2024-01-03 01:55:23 -08:00
parent 4c032604c7
commit 269a7bf7ce
2 changed files with 5 additions and 5 deletions

View File

@ -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",

View File

@ -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"