-
Notifications
You must be signed in to change notification settings - Fork 348
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
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.34 | ||
|
|
@@ -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 can crash because a dependency is forced onto an incompatible new YAML library version Packages that only work with the 3.x line of the YAML parser are now forced onto the 4.x line ( Override forces js-yaml 4 into read-yaml-file@1.1.0, which calls the removed safeLoad APIThe lockfile shows the only consumer previously resolved through the
A safer fix is to keep the 3.x branch on a patched 3.x release (or bump 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.
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.
devin-ai-integration[bot] marked this conversation as resolved.
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. 🟨 Vulnerable js-yaml 4.3.0 remains installed after the security update This PR bumps only the 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.