chore: upgrade js-yaml to 4.3.2 to address CVE-2026-84375 - #1636
Merged
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Refreshes the yarn.lock entry for js-yaml. The existing `^4.1.1` resolution range already admits the patched 4.3.2 release, so no package.json change is required. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Contributor
License Audit
Weak Copyleft Packages (informational)
Resolved Packages (8)
|
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 SOU-2194
Summary
Refreshes the
yarn.lockentry forjs-yamlfrom4.3.1to4.3.2to address CVE-2026-84375 (GHSA-2883-xcg3-v3hh), a denial-of-service in YAML merge-key (<<) processing wheremaxTotalMergeKeysdoes not count empty mapping sources, allowing a small document to cause prolonged CPU consumption.This is a lockfile-only change. The existing
js-yaml@npm:^4.1.0→^4.1.1resolution already admits the patched4.3.2release, so nopackage.jsonchange and no newresolutionsoverride are needed.Verification
yarn why js-yamlshows every instance resolved to the patched version:yarn installcleanyarn build:depscleanyarn test— 2153 tests passed across all 4 workspaces🤖 Generated with Claude Code
Note
Low Risk
Lockfile-only patch bump for a transitive YAML parser; no application code or dependency range changes.
Overview
Bumps the resolved
js-yamldependency from 4.3.1 to 4.3.2 inyarn.lockto address CVE-2026-84375 (DoS via YAML merge-key<<handling whenmaxTotalMergeKeysunder-counts empty mapping sources). Nopackage.jsonchanges—the existing^4.1.1resolution already permits 4.3.2.Documents the upgrade under Fixed in
CHANGELOG.md.Reviewed by Cursor Bugbot for commit 0952740. Bugbot is set up for automated code reviews on this repo. Configure here.
Summary by cubic
Upgrades
js-yamlfrom 4.3.1 to 4.3.2 inyarn.lockto fix CVE-2026-84375, a denial-of-service in YAML merge-key processing. This is a lockfile-only change; the existing^4.1.1range already admits 4.3.2, so nopackage.jsonchange is needed. Adds a changelog entry.Written for commit 0952740. Summary will update on new commits.