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.

medium

This is a major version upgrade for pacote (from v7 to v21). This is a significant jump and is likely to include breaking changes. It is highly recommended to perform thorough testing on functionality that relies on pacote (like package extraction) to prevent regressions.

"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.

medium

This upgrade to tar from v4 to v7 is a major version bump. While it fixes a security vulnerability, it may also introduce breaking changes. Given that tar is used for packing and unpacking packages, it's critical to test these code paths for any regressions.

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