-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Fix for 1 vulnerabilities #50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: vee-eight-lkgr
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -93,7 +93,7 @@ | |
| "once": "~1.4.0", | ||
| "opener": "~1.4.3", | ||
| "osenv": "~0.1.4", | ||
| "pacote": "^7.0.2", | ||
| "pacote": "^21.0.1", | ||
| "path-is-inside": "~1.0.2", | ||
| "promise-inflight": "~1.0.1", | ||
| "qrcode-terminal": "~0.11.0", | ||
|
|
@@ -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", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The |
||
| "text-table": "~0.2.0", | ||
| "uid-number": "0.0.6", | ||
| "umask": "~1.1.0", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
pacotedependency is being upgraded from^7.0.2to^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 intar, a dependency ofpacote. Reviewing the release notes forpacoteversions between 7 and 21 for breaking changes is highly recommended. Thorough testing should be performed before merging to catch any potential regressions.