From 7c7c7a2c6305ee1668aea772db99c74bb2801230 Mon Sep 17 00:00:00 2001 From: 666ghj <670939375@qq.com> Date: Wed, 1 Apr 2026 14:54:27 +0800 Subject: [PATCH] fix(deps): pin axios version to prevent potential supply chain risks --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index f7e995a..5af29f7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "axios": "^1.13.2", + "axios": "1.13.2", "d3": "^7.9.0", "vue": "^3.5.24", "vue-router": "^4.6.3"