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 @@ -212,7 +212,7 @@
"pnpm": {
"overrides": {
"ws": "8.17.1",
"axios": "1.12.0",
"axios": ">=1.15.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.

medium

Using an open-ended range like >=1.15.0 in pnpm.overrides can lead to non-deterministic builds and potential breaking changes if a new major version of axios is released. To maintain consistency with the other pinned overrides in this file and ensure build stability, it is recommended to pin to a specific version.

Suggested change
"axios": ">=1.15.0",
"axios": "1.15.0",

"tar-fs": "2.1.4",
"node-forge": "1.3.2",
"brace-expansion": "1.1.12",
Expand Down
Loading
Loading