Skip to content
Open
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
2 changes: 1 addition & 1 deletion plugins/axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"docker:run": "docker run --name perfectplate -dp 8005:8080/tcp perfectplate && start http://localhost:8005"
},
"dependencies": {
"axios": "^0.21.1"
"axios": "^1.12.0"
Copy link

Copilot AI Sep 14, 2025

Choose a reason for hiding this comment

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

This is a major version upgrade from 0.21.x to 1.12.0 which introduces breaking changes. The axios 1.x series has significant API changes including different error handling, response structure changes, and modified request/response interceptors. Ensure all axios usage in the codebase is compatible with the new API or update the code accordingly before merging this security fix.

Copilot uses AI. Check for mistakes.
},
"devDependencies": {
"nock":"^13.0.11"
Expand Down