fix(deps): pin axios version to prevent potential supply chain risks

This commit is contained in:
666ghj
2026-04-01 14:54:27 +08:00
parent 1536a79334
commit 7c7c7a2c63

View File

@@ -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"