fix(deps): pin axios version to prevent potential supply chain risks
This commit is contained in:
parent
1536a79334
commit
7c7c7a2c63
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue