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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"axios": "^1.15.0",
"bson": "^6.10.3",
"dotenv": "^17.0.0",
"http-cookie-agent": "^6.0.8",
"http-cookie-agent": "^8.0.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.

Bumping http-cookie-agent across two major versions (6→8) may introduce breaking changes. Verify that the API usage in your codebase is compatible with v8.x and review the changelog for any breaking changes between v6 and v8.

Suggested change
"http-cookie-agent": "^8.0.0",
"http-cookie-agent": "^8.0.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.

[Re-raised] Bumping http-cookie-agent across two major versions (6→8) may introduce breaking changes. Verify that the API usage in your codebase is compatible with v8.x and review the changelog for any breaking changes between v6 and v8.

Suggested change
"http-cookie-agent": "^8.0.0",
"http-cookie-agent": "^8.0.0",

"js-yaml": "^4.1.0",
"tough-cookie": "^5.1.2"
},
Expand Down
Loading