From 530e30cdd34a0fefc26aaa4e09ebd0555d564f31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=8C=E8=90=8C=E5=93=92=E8=B5=AB=E8=90=9D?= Date: Sun, 30 Jul 2023 06:24:12 -0700 Subject: [PATCH] :sparkles: Feature: option sslenabled of webdav is not required now --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ab92169..4dc23d5 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "mime-types": "^2.1.35", "mitt": "^3.0.0", "nodejs-file-downloader": "^4.12.1", - "piclist": "^0.7.7", + "piclist": "^0.7.8", "pinia": "^2.1.4", "pinia-plugin-persistedstate": "^3.1.0", "qiniu": "^7.8.0", diff --git a/yarn.lock b/yarn.lock index c840a39..9184120 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11054,10 +11054,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@^0.7.7: - version "0.7.7" - resolved "https://registry.npmjs.org/piclist/-/piclist-0.7.7.tgz#80d21701b2f47cfdcfb5f304465917fdcdfccc18" - integrity sha512-Ouh6bj0B07L6u0hOo407KDg2PlE1Jpd5bsgGJ/w4QLjnoCSGwZXAAQExn0XSNNA1diASlUSFOyBqhQDRhw93tQ== +piclist@^0.7.8: + version "0.7.8" + resolved "https://registry.npmjs.org/piclist/-/piclist-0.7.8.tgz#3af1f93c3e5d2f42cc6004972abcabfa344341ee" + integrity sha512-Mtoft5XtZrQaDW6384QHiGJliNAw6OqYXZeWf+qaRVHlUAZJ7nk6gYx3Rc7Jfyya52PW8NrCSmNYeoiCljGa3w== dependencies: "@picgo/i18n" "^1.0.0" "@picgo/store" "^2.0.4"