From 4894f097bc78bcc43743dee0ffaa8f91363e549c 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: Tue, 29 Aug 2023 03:02:06 -0700 Subject: [PATCH] :sparkles: Feature: add anti leech token for upyun --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index de9e82d8..a7ecfe88 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "mitt": "^3.0.1", "node-ssh-no-cpu-features": "^1.0.1", "nodejs-file-downloader": "^4.12.1", - "piclist": "^0.8.14", + "piclist": "^0.9.1", "pinia": "^2.1.6", "pinia-plugin-persistedstate": "^3.2.0", "qiniu": "^7.9.0", diff --git a/yarn.lock b/yarn.lock index 9e6866ea..b7d750c1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12474,10 +12474,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.8.14: - version "0.8.14" - resolved "https://registry.npmjs.org/piclist/-/piclist-0.8.14.tgz#d74cb5046182a76771bcb7b742162206c4e28808" - integrity sha512-OkPPmZhM9UqMAvTvPqvhC2k39swhPjUiQPrHWb03XB0+vGO4RqZIE5l+k3HMPbJ3QB7xrWoLKNCYV8/iZrn4jQ== +piclist@^0.9.1: + version "0.9.1" + resolved "https://registry.npmjs.org/piclist/-/piclist-0.9.1.tgz#1f37cd482cd3da27444d35743f23a5990171c032" + integrity sha512-9UJLYtIjUanPvijxyUqKBEF/wNc8Cid9rtDylA5gu5ngx4TOLrRtj5G4jmmP02acor2LI6j151JNq1j/Qjayvg== dependencies: "@picgo/i18n" "^1.0.0" "@picgo/store" "^2.0.4"