Bump js-yaml from 4.3.1 to 4.3.2 - #568
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.3.1 to 4.3.2. - [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.2/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.3.1...4.3.2) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
🤖 Cursor Dependency AnalysisSupply-Chain Malware ReviewI'll review the js-yaml 4.3.1→4.3.2 update against the malware checklist, starting with upstream diffs, lockfile integrity, and the scanner findings.The scanner only lists changelog and package.json; I'll inspect the 4.3.1–4.3.2 git range to confirm whether source or install scripts also changed.Verdict: benign This is a patch-level security backport on the established What changed: two maintainer commits ( Integrity: npm Scanner: status Compatibility AnalysisI'll inspect local
1) Where it is usedNot a direct dependency (
App code ( 2) Intersection with changed APIs4.3.2 (
Exports, constructors, dump, and default schema are otherwise the same. Docusaurus/gray-matter/cosmiconfig still call 3) Risks / unknowns
4) ActionMerge PR #568. No app or config changes needed. Existing Malware Scan Summary
Top findings
|
Bumps js-yaml from 4.3.1 to 4.3.2.
Changelog
Sourced from js-yaml's changelog.
Commits
79ca68d4.3.2 releasedd90b661Backport merge limits from v5.4.1Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Low Risk
Patch-level dependency update with tighter YAML merge parsing limits; lockfile-only change with low behavioral risk for normal configs.
Overview
Updates the lockfile so
js-yamlresolves to 4.3.2 instead of 4.3.1 (transitive npm dependency).That release backports merge-handling limits: merge sequences are capped at 100 entries, and empty mappings in merge sequences count toward
maxTotalMergeKeysto reduce excessive CPU use when parsing hostile YAML (#797). No application source changes—onlypackage-lock.json.Reviewed by Cursor Bugbot for commit 2ae1305. Bugbot is set up for automated code reviews on this repo. Configure here.