From 224a2e40e3a0b921bf77f5b4d54a639077f30eed Mon Sep 17 00:00:00 2001 From: YCA001 <2915341988@qq.com> Date: Mon, 18 Mar 2024 09:32:26 +0800 Subject: [PATCH] =?UTF-8?q?follow-redirects=E7=89=88=E6=9C=AC=E5=8D=87?= =?UTF-8?q?=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/package.json | 2 +- app/pnpm-lock.yaml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/package.json b/app/package.json index f9ba0a2..df9d2b2 100644 --- a/app/package.json +++ b/app/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@types/js-cookie": "^3.0.3", - "axios": "^1.6.5", + "axios": "^1.6.8", "clipboard": "^2.0.11", "element-plus": "^2.3.4", "js-cookie": "^3.0.5", diff --git a/app/pnpm-lock.yaml b/app/pnpm-lock.yaml index 3fbdc88..873e2e6 100644 --- a/app/pnpm-lock.yaml +++ b/app/pnpm-lock.yaml @@ -9,8 +9,8 @@ dependencies: specifier: ^3.0.3 version: 3.0.4 axios: - specifier: ^1.6.5 - version: 1.6.5 + specifier: ^1.6.8 + version: 1.6.8 clipboard: specifier: ^2.0.11 version: 2.0.11 @@ -1320,10 +1320,10 @@ packages: hasBin: true dev: true - /axios@1.6.5: - resolution: {integrity: sha512-Ii012v05KEVuUoFWmMW/UQv9aRIc3ZwkWDcM+h5Il8izZCtRVpDUfwpoFf7eOtajT3QiGR4yDUx7lPqHJULgbg==} + /axios@1.6.8: + resolution: {integrity: sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==} dependencies: - follow-redirects: 1.15.5 + follow-redirects: 1.15.6 form-data: 4.0.0 proxy-from-env: 1.1.0 transitivePeerDependencies: @@ -2229,8 +2229,8 @@ packages: resolution: {integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==} dev: true - /follow-redirects@1.15.5: - resolution: {integrity: sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==} + /follow-redirects@1.15.6: + resolution: {integrity: sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==} engines: {node: '>=4.0'} peerDependencies: debug: '*' -- Gitee