From dcab7416728783640f76a66a40f7d4ea2b5b3702 Mon Sep 17 00:00:00 2001 From: YCA001 <2915341988@qq.com> Date: Mon, 22 Jan 2024 09:44:28 +0800 Subject: [PATCH] cves --- 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 163a9b8..f9ba0a2 100644 --- a/app/package.json +++ b/app/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@types/js-cookie": "^3.0.3", - "axios": "^1.6.0", + "axios": "^1.6.5", "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 8c220c8..3fbdc88 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.0 - version: 1.6.0 + specifier: ^1.6.5 + version: 1.6.5 clipboard: specifier: ^2.0.11 version: 2.0.11 @@ -1320,10 +1320,10 @@ packages: hasBin: true dev: true - /axios@1.6.0: - resolution: {integrity: sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==} + /axios@1.6.5: + resolution: {integrity: sha512-Ii012v05KEVuUoFWmMW/UQv9aRIc3ZwkWDcM+h5Il8izZCtRVpDUfwpoFf7eOtajT3QiGR4yDUx7lPqHJULgbg==} dependencies: - follow-redirects: 1.15.2 + follow-redirects: 1.15.5 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.2: - resolution: {integrity: sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==} + /follow-redirects@1.15.5: + resolution: {integrity: sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==} engines: {node: '>=4.0'} peerDependencies: debug: '*' -- Gitee