Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 31 additions & 31 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@vuelidate/core": "^2.0.1",
"@vuelidate/validators": "^2.0.1",
"@vueuse/core": "^9.13.0",
"axios": "^1.8.2",
"axios": "^1.12.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Axios Encoding: New Brackets, Broken Backends

Axios 1.12.0 changes URL parameter encoding by encoding square brackets [ and ] that were previously left unencoded. This breaking change can cause API requests with array parameters to fail if backend endpoints expect the old unencoded bracket format. Any axios calls passing arrays in query params should be tested to ensure backend compatibility.

Fix in Cursor Fix in Web

"chart.js": "^3.9.1",
"chartjs-adapter-moment": "^1.0.1",
"dayjs": "^1.11.13",
Expand Down