From d33624f0a1900bce72b92226b20d456c6ed034ab Mon Sep 17 00:00:00 2001 From: Kuingsmile Date: Thu, 26 Oct 2023 21:17:30 -0700 Subject: [PATCH] :arrow_up: Upgrade(custom): upgrade axios --- package.json | 4 ++-- yarn.lock | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 1104e7b..925ebd9 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@smithy/node-http-handler": "^2.1.6", "@videojs-player/vue": "^1.0.0", "ali-oss": "^6.18.1", - "axios": "^1.5.1", + "axios": "^1.6.0", "compare-versions": "^4.1.3", "core-js": "^3.33.1", "cos-nodejs-sdk-v5": "^2.12.5", @@ -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.6.4", + "piclist": "^1.6.5", "pinia": "^2.1.7", "pinia-plugin-persistedstate": "^3.2.0", "proxy-agent": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index 2fab168..1edd924 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5074,10 +5074,10 @@ axios@^0.27.2: follow-redirects "^1.14.9" form-data "^4.0.0" -axios@^1.5.1: - version "1.5.1" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.1.tgz#11fbaa11fc35f431193a9564109c88c1f27b585f" - integrity sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A== +axios@^1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102" + integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0" @@ -12350,14 +12350,14 @@ 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.6.4: - version "1.6.4" - resolved "https://registry.yarnpkg.com/piclist/-/piclist-1.6.4.tgz#97c89ec38b5033b8b5b4126d193d845190e7d489" - integrity sha512-TUhCH2yduUxUQK82dOA15soXdADQK3yo72TqanX3BJBJjveYxyfp/d0SDhs9qIeXLsVKfI/rgI0JV5HytoIfIw== +piclist@^1.6.5: + version "1.6.5" + resolved "https://registry.yarnpkg.com/piclist/-/piclist-1.6.5.tgz#d53c78f07c152a3a07617e5ba061ebe18b18e62a" + integrity sha512-PFErxuBPL/xRzKVwmwG1e2FaUbdvHRW8ChedrkCAcRUOH9V8n3sgxZm/k03c6l3fOooEhwTZep4oDwV6lt/LyQ== dependencies: "@picgo/i18n" "^1.0.0" "@picgo/store" "^2.1.0" - axios "^1.5.1" + axios "^1.6.0" chalk "^2.4.1" commander "^8.1.0" cross-spawn "^7.0.3"