Skip to content

Commit

Permalink
🐛 Fix(custom): fix upload error when filename contains nested path of…
Browse files Browse the repository at this point in the history
… webdav sftp and local
  • Loading branch information
Kuingsmile committed Oct 14, 2023
1 parent ca3d125 commit 92284ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0",
"piclist": "^1.6.1",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.0",
"qiniu": "^7.9.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12328,10 +12328,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.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/piclist/-/piclist-1.6.0.tgz#0dbb65cade5345263857225def2f6f910620559e"
integrity sha512-aieWdDKV/7z6KR0lMkCZKNpyhcolC0oTZ4qga/rdWhiuOAxqebzIB6HGnauUYlHsSK0vy8O/+aszLwR0H2Lqrg==
piclist@^1.6.1:
version "1.6.1"
resolved "https://registry.yarnpkg.com/piclist/-/piclist-1.6.1.tgz#9de3e5a4f4fb661092d5b9541c747748fbce277e"
integrity sha512-GPWToBeFJOdTkm9NVaDmBQ6sgRfcnmO+Wdod0m+WhZfydxHfy9MglqZaNohpfVNiR1ljoelolcut5SSEQpBuow==
dependencies:
"@picgo/i18n" "^1.0.0"
"@picgo/store" "^2.1.0"
Expand Down

0 comments on commit 92284ac

Please sign in to comment.