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
4 changes: 2 additions & 2 deletions deps/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"once": "~1.4.0",
"opener": "~1.4.3",
"osenv": "~0.1.4",
"pacote": "^7.0.2",
"pacote": "^21.0.1",

Choose a reason for hiding this comment

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

high

Upgrading pacote from v7 to v21 is a significant major version jump. This introduces a high risk of breaking API changes. Thorough regression testing is essential for all functionalities that rely on pacote.

"path-is-inside": "~1.0.2",
"promise-inflight": "~1.0.1",
"qrcode-terminal": "~0.11.0",
Expand All @@ -116,7 +116,7 @@
"sorted-union-stream": "~2.1.3",
"ssri": "~5.0.0",
"strip-ansi": "~4.0.0",
"tar": "^4.0.2",
"tar": "^7.5.7",

Choose a reason for hiding this comment

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

high

The upgrade of tar from v4 to v7 is a major version change that could introduce breaking changes. As tar is fundamental to package creation, it's critical to verify that all packing-related functionalities remain stable and correct after this update.

"text-table": "~0.2.0",
"uid-number": "0.0.6",
"umask": "~1.1.0",
Expand Down