From aa3057170949c371682a51f42ec4d3b474f5ef82 Mon Sep 17 00:00:00 2001 From: yukaidi Date: Fri, 29 May 2026 03:08:59 +0800 Subject: [PATCH] =?UTF-8?q?fix(security):=20=E5=8D=87=E7=BA=A7=20axios=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC=201.13.5=20->=201.16.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复 14 个安全漏洞 --- web-front/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-front/package.json b/web-front/package.json index b73baba..814d708 100644 --- a/web-front/package.json +++ b/web-front/package.json @@ -13,7 +13,7 @@ "@element-plus/icons-vue": "^2.3.1", "@monaco-editor/loader": "^1.4.0", "@vueuse/core": "^11.2.0", - "axios": "1.13.5", + "axios": "1.16.1", "clipboard": "^2.0.11", "core-js": "^3.8.3", "crypto-js": "^4.2.0",