Bump js-yaml to 4.3.0 - #27
Merged
Merged
Conversation
Fixes GHSA-52cp-r559-cp3m / CVE-2026-59869 (quadratic CPU on chained YAML merge keys), dependabot alert #82. Dev-only dependency.
scsmith
added a commit
that referenced
this pull request
Aug 17, 2026
…5p4m-2wfm-xmqj] Quadratic CPU consumption in !!omap resolution, affecting both the 3.x and 4.x lines. #27 bumped to 4.3.0 the day before 4.3.1 shipped, so this picks up the tail of that plus the nested 3.x copy under @istanbuljs/load-nyc-config. Both are devDependencies (eslint and jest), so nothing reaches consumers of the published package. Lockfile-only, within the existing ranges. npm audit goes from 1 high to 0.
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 dependabot alert #82 (GHSA-52cp-r559-cp3m / CVE-2026-59869) — js-yaml < 4.3.0 can burn quadratic CPU on chained YAML merge keys. Transitive dev dependency via eslint; lockfile-only change, no package.json bump needed.