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

The pacote dependency is being upgraded from ^7.0.2 to ^21.0.1. This is a significant major version jump, which Snyk has flagged as a potential breaking change. This upgrade is necessary to address a security vulnerability in tar, a dependency of pacote. Reviewing the release notes for pacote versions between 7 and 21 for breaking changes is highly recommended. Thorough testing should be performed before merging to catch any potential 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.4",

Choose a reason for hiding this comment

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

high

The tar package is being upgraded from ^4.0.2 to ^7.5.4 to resolve the 'Improper Handling of Unicode Encoding' vulnerability (SNYK-JS-TAR-15038581). This is a major version upgrade. Reviewing the tar changelog for breaking changes and running the project's full test suite is crucial to ensure this upgrade doesn't introduce any regressions.

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