Bump js-yaml from 4.1.1 to 4.3.2 in /tests/workflows - #2531
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.3.2. - [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.2/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.1.1...4.3.2) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Hello dependabot[bot],My role is to assist you with the merge of this Available options
Available commands
Status report is not available. The following options are set: bypass_author_approval, bypass_jira_check |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
The following options are set: bypass_author_approval, bypass_jira_check |
There was a problem hiding this comment.
Dependency Bump Evaluation
Version change: 4.1.1 -> 4.3.2 (minor, multiple intermediate releases)
Breaking changes: None affecting this codebase. The only behavioral change in 4.2.0 (numbers with underscores no longer resolved as numeric scalars, #627) does not impact this project — the parsed YAML files (deps.yaml) contain image names, registries, and tags, not underscore-formatted numbers.
Security concerns: None — this bump fixes multiple security issues:
- 4.3.2: CPU exhaustion via empty mappings in merge sequences (#797)
- 4.3.1: Quadratic complexity in !!omap duplicate key detection
- 4.3.0/4.2.0: Added maxTotalMergeKeys and maxDepth loader options with safe defaults to limit DoS surface
Impact on codebase: Minimal. js-yaml is used only in tests/workflows/parse-deps.spec.ts via a single yaml.load() call with default options. No usage of affected features (!!omap, merge keys, underscore numbers, custom loader options). Scope is limited to test tooling — not production code.
Recommendation: SAFE TO MERGE
— Claude Code
Bumps js-yaml from 4.1.1 to 4.3.2.
Changelog
Sourced from js-yaml's changelog.
... (truncated)
Commits
79ca68d4.3.2 releasedd90b661Backport merge limits from v5.4.186e91b84.3.1 releasedc3cc4b0Backport quadratic complexity fix for !!omap33d05b54.3.0 released663bfabDrop demo publish, to not override new v5 one.1cb8c7bAdd v4-legacy tag for publish02f27afRestore umd builds back to es58be84edFix es5 compatibility59423c6ReplacemaxMergeSeqLengthoption withmaxTotalMergeKeys(more robust). Ba...Dependabot 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.