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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/js-yaml": "^4.0.9",
"@types/validator": "^13.12.2",
"@zodios/core": "^10.9.6",
"axios": "~1.13.6",
"axios": "1.13.6",
"chalk": "^4.1.2",
Comment on lines 53 to 55
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

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

PR description says axios is pinned from ^1.13.6 to 1.13.6, but the actual change is from ~1.13.6 to 1.13.6. Please update the PR description (or the dependency spec) so it accurately reflects what’s being changed and why ~ wasn’t sufficient for the security goal.

Copilot uses AI. Check for mistakes.
"class-transformer": "^0.5.1",
"class-validator": "^0.14.2",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ __metadata:
ajv: "npm:^8.18.0"
ajv-cli: "npm:^5.0.0"
ajv-formats: "npm:^3.0.1"
axios: "npm:~1.13.6"
axios: "npm:1.13.6"
chalk: "npm:^4.1.2"
class-transformer: "npm:^0.5.1"
class-validator: "npm:^0.14.2"
Expand Down Expand Up @@ -3127,7 +3127,7 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:1.13.6, axios@npm:~1.13.6":
"axios@npm:1.13.6":
version: 1.13.6
resolution: "axios@npm:1.13.6"
dependencies:
Expand Down
Loading