fix(deps): bump js-yaml to patched versions for CVE-2026-59870 - #259
Merged
Conversation
Quadratic CPU consumption in !!omap resolution (GHSA-5p4m-2wfm-xmqj). - yarn.lock: js-yaml@^3.13.1 3.15.0 -> 3.15.1 (alert #273) - yarn.lock: js-yaml@^4.1.0 4.3.0 -> 4.3.1 (alert #272) - example/yarn.lock: js-yaml@^4.1.0 4.3.0 -> 4.3.1 (alert #270) All in-range patch bumps of a transitive dev dependency; no other dependencies added, removed, or changed. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
gryevns
approved these changes
Aug 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes CVE-2026-59870 / GHSA-5p4m-2wfm-xmqj — quadratic CPU consumption in
!!omapresolution.Dependabot alerts: #273, #272, #270
Changes
yarn.lockjs-yaml@^3.13.1yarn.lockjs-yaml@^4.1.0example/yarn.lockjs-yaml@^4.1.0js-yamlis a transitive dev-only dependency (@istanbuljs/load-nyc-configfor the 3.x range,eslint/@eslint/eslintrcfor the 4.x range). Both bumps are in-range patch releases, so noresolutionsentry was needed. No dependencies were added, removed, or otherwise changed — only the threeversion/resolved/integritytriples above.Verification
yarn installin both workspaces — lockfiles stable, resolve to 3.15.1 / 4.3.1yarn prepack(bob build) — passesyarn auditin both workspaces — zerojs-yamladvisories remainingNote:
yarn typecheckandyarn lintcurrently fail on pre-existing unrelated changes underexample/src/that are not part of this branch.🤖 Generated with Claude Code