Skip to content
Open
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
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@octokit/core": "^4.0.5",
"@octokit/plugin-throttling": "^4.3.0",
"async": "^3.2.4",
"axios": "^0.27.2",
"axios": "^1.13.5",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

critical

The upgrade of axios from ^0.27.2 to ^1.13.5 is a major version change that introduces breaking changes. For example, helper functions like axios.spread and axios.all have been removed from the core library in v1.0.0. This could lead to runtime errors if your codebase uses them. It is critical to review the axios v1.0.0 changelog and audit the codebase for any usage of deprecated or modified APIs to prevent potential breakages.

"commander": "^9.4.0",
"consola": "^2.15.3",
"cron-parser": "^4.6.0",
Expand Down
Loading
Loading