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 packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"node": ">=14"
},
"dependencies": {
"axios": "^0.24.0",
"axios": "^1.13.5",
Copy link

Copilot AI Feb 12, 2026

Choose a reason for hiding this comment

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

This PR only upgrades axios in the cli package, but leaves axios at vulnerable versions in other packages. The packages/env package (line 36 of packages/env/package.json) still uses axios ^0.24.0, which is a dependency of grit-cli (line 45 here). The packages/youtill package (line 37 of packages/youtill/package.json) also uses axios ^0.24.0 and is a dependency of grit-cli (line 54 here). This creates a situation where the monorepo will still contain vulnerable versions of axios through transitive dependencies, defeating the purpose of this security upgrade.

Copilot uses AI. Check for mistakes.
"commander": "^8.3.0",
"dot-prop": "^5.3.0",
"figlet": "^1.5.2",
Expand Down
Loading