-
Notifications
You must be signed in to change notification settings - Fork 342
chore(deps): update dependency js-yaml@<3.15.0 to v4 [security] #2271
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: main
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
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 |
|---|---|---|
|
|
@@ -20,6 +20,8 @@ minimumReleaseAgeExclude: | |
| - '@opentelemetry/core@2.8.0' | ||
| # Renovate security update: brace-expansion@5.0.8 | ||
| - brace-expansion@5.0.8 | ||
| # Renovate security update: js-yaml@4.3.1 | ||
| - js-yaml@4.3.1 | ||
|
|
||
| catalog: | ||
| '@livekit/rtc-node': ^0.13.33 | ||
|
|
@@ -37,7 +39,7 @@ overrides: | |
| 'lodash@<4.18.0': ^4.18.0 | ||
| 'protobufjs@<7.6.5': ^7.6.5 | ||
| 'ws@>=8.0.0 <8.21.0': ^8.21.0 | ||
|
devin-ai-integration[bot] marked this conversation as resolved.
Contributor
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. 🔴 Release tooling crashes because a YAML helper is forced onto an incompatible library version The old YAML library used by the release tooling is replaced with a version 5 release ( Mechanism: read-yaml-file calls yaml.safeLoad, removed in js-yaml 4/5
A safer scope would keep the 3.x consumers on a 3.x-compatible line (or pin Was this helpful? React with 👍 or 👎 to provide feedback.
devin-ai-integration[bot] marked this conversation as resolved.
devin-ai-integration[bot] marked this conversation as resolved.
devin-ai-integration[bot] marked this conversation as resolved.
|
||
| 'js-yaml@<3.15.0': ^3.15.0 | ||
| 'js-yaml@<3.15.0': ^4.3.1 | ||
| 'js-yaml@>=4.0.0 <4.3.0': ^4.3.0 | ||
|
devin-ai-integration[bot] marked this conversation as resolved.
devin-ai-integration[bot] marked this conversation as resolved.
devin-ai-integration[bot] marked this conversation as resolved.
devin-ai-integration[bot] marked this conversation as resolved.
devin-ai-integration[bot] marked this conversation as resolved.
devin-ai-integration[bot] marked this conversation as resolved.
devin-ai-integration[bot] marked this conversation as resolved.
devin-ai-integration[bot] marked this conversation as resolved.
devin-ai-integration[bot] marked this conversation as resolved.
devin-ai-integration[bot] marked this conversation as resolved.
Comment on lines
41
to
43
Contributor
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. 🟨 Security override does not cover the vulnerable js-yaml 4.3.0 release The PR bumps Was this helpful? React with 👍 or 👎 to provide feedback. |
||
| 'minimatch@<3.1.3': ^3.1.3 | ||
| 'minimatch@>=9.0.0 <9.0.7': ^9.0.7 | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.