From 32de5152bf0e25d46b53f7a58bea469b1686acb6 Mon Sep 17 00:00:00 2001 From: Kuingsmile Date: Thu, 12 Oct 2023 09:35:12 +0800 Subject: [PATCH] :bug: Fix: fix font file download logic --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7cd98492..37bb0c3b 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.3.6", + "piclist": "^1.6.0", "pinia": "^2.1.6", "pinia-plugin-persistedstate": "^3.2.0", "qiniu": "^7.9.0", diff --git a/yarn.lock b/yarn.lock index c749264f..f9c9ba61 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12688,10 +12688,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.3.6: - version "1.3.6" - resolved "https://registry.yarnpkg.com/piclist/-/piclist-1.3.6.tgz#0a94f24749ad38badae1766e8f2bdaed7c3cec85" - integrity sha512-0GXn5bzx6iktOEKMNLdMoPcBPi3erYv33EAZPVhxVgiPUjBUl7dGYZ75QbJYNARwR+DnbuKEkrxIVO7Mi05Luw== +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== dependencies: "@picgo/i18n" "^1.0.0" "@picgo/store" "^2.1.0"