-
Notifications
You must be signed in to change notification settings - Fork 568
Override tar to ^7.5.11 across all workspaces #26731
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
Changes from 4 commits
d06c653
a411603
2cb6f31
7f8ae13
9efdf85
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -160,7 +160,8 @@ | |
| "oclif includes some AWS-related features, but we don't use them, so we drop those dependencies entirely via pnpm overrides. This helps reduce lockfile churn since the deps release very frequently.", | ||
| "qs: overridden to ^6.15.0 to resolve a known vulnerability in older versions.", | ||
| "js-yaml: overridden to fix a known vulnerability (prototype pollution via merge keys).", | ||
| "simple-git: overridden to ^3.32.3 to resolve a CG alert." | ||
| "simple-git: overridden to ^3.32.3 to resolve a CG alert.", | ||
| "tar: overridden to >=7.5.11 to resolve multiple security vulnerabilities in tar 6.x (EOL, no backport)." | ||
|
||
| ], | ||
| "overrides": { | ||
| "js-yaml@<4": "^3.14.2", | ||
|
|
@@ -170,7 +171,8 @@ | |
| "oclif>@aws-sdk/client-s3": "-", | ||
| "qs": "^6.15.0", | ||
| "simple-git": "^3.32.3", | ||
| "sharp": "^0.33.2" | ||
| "sharp": "^0.33.2", | ||
| "tar": "^7.5.11" | ||
| }, | ||
| "patchedDependencies": { | ||
| "@microsoft/api-extractor@7.52.11": "../../../patches/@microsoft__api-extractor@7.52.11.patch" | ||
|
|
||
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.
Fixed in the same commit — all commentsOverrides now say
^7.5.11.