From bc31581c0b2fa77f7e962ee1a7858c8a9106c35a Mon Sep 17 00:00:00 2001 From: Kuingsmile Date: Fri, 5 Jan 2024 05:18:20 -0800 Subject: [PATCH] :construction: WIP(custom): support extension specific format convert --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 67d254e..50b81ce 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.2", + "piclist": "^1.7.3", "pinia": "^2.1.7", "pinia-plugin-persistedstate": "^3.2.0", "proxy-agent": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index f903163..0e1479f 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.2: - version "1.7.2" - resolved "https://registry.yarnpkg.com/piclist/-/piclist-1.7.2.tgz#863067e58ef72b986e903cbbaeade77ff3acde48" - integrity sha512-E0QfXRLczg2jsCQRXl/OBkypSlRSnEObPzRJKyTTDitxEzGgoYc2lEK5ioPtyQihGxK2d+rbn3XkuoDTaOkpdg== +piclist@^1.7.3: + version "1.7.3" + resolved "https://registry.yarnpkg.com/piclist/-/piclist-1.7.3.tgz#e57d055e2acb277f603d9fa6edee66fe9fc09e5f" + integrity sha512-Fycexhe8eLOeH6jXENGEUFLZuE0tJ7wNO7XZoj1hifxC7gIukmJfKar5LOzE8t9Dhx5Fj/ClCVPged79YkUKJw== dependencies: "@picgo/i18n" "^1.0.0" "@picgo/store" "^2.1.0"