From 389bd7096da76446a77f83a833a58449f20f9fb8 Mon Sep 17 00:00:00 2001 From: PiEgg Date: Sat, 27 Aug 2022 10:18:15 +0800 Subject: [PATCH] :arrow_up: Upgrade: upgrade picgo version ISSUES CLOSED: #963, #676 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1e2a04e..41b12e0 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "keycode": "^2.2.0", "lodash-id": "^0.14.0", "lowdb": "^1.0.0", - "picgo": "^1.5.0-alpha.7", + "picgo": "^1.5.0-alpha.8", "qrcode.vue": "^1.7.0", "shell-path": "2.1.0", "uuidv4": "^6.2.11", diff --git a/yarn.lock b/yarn.lock index bb42f51..fcaa3dc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9906,10 +9906,10 @@ performance-now@^2.1.0: resolved "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= -picgo@^1.5.0-alpha.7: - version "1.5.0-alpha.7" - resolved "https://registry.npmjs.org/picgo/-/picgo-1.5.0-alpha.7.tgz#e334a5d736a54c45432a88288e964e71b36912db" - integrity sha512-MN0aBTF8u2fbdOaR8acTek9nEaCcWd3M1KGdu4Xp3aYqMakpF/meWItNYJYr8wwc4eCcQ7vC7aJ0ZIXsua6uVA== +picgo@^1.5.0-alpha.8: + version "1.5.0-alpha.8" + resolved "https://registry.npmjs.org/picgo/-/picgo-1.5.0-alpha.8.tgz#8fad6f59e06bbf78e65660dd180d0283ed74b82b" + integrity sha512-WBxWFtfC7SQezOY4JWsfVnkQWn6uFKeNMyx8B0E8d0lOTeK55VIVmZdikOIflWXyS8xk+0lpZUIymg8sCuQxsQ== dependencies: "@picgo/i18n" "^1.0.0" "@picgo/store" "^2.0.2"