build(deps): bump js-yaml in /dashboard - #800
Conversation
Bumps and [js-yaml](https://github.com/nodeca/js-yaml). These dependencies needed to be updated together. Updates `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) Updates `js-yaml` from 3.15.1 to 3.15.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 - dependency-name: js-yaml dependency-version: 3.15.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
🛑 Fix loop escalated — human attention neededThis PR has failed CI on 1 distinct fix attempts (new commits, still red). The hive has stopped dispatching further automated fixes for it. Failing checks: Coverage snapshot fresh, pytest Raw failure evidence (from check-run annotations): Remove the |
Signed-off-by: sec-check[bot] <sec-check[bot]@users.noreply.github.com> (cherry picked from commit 0e8a052)
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
hanthor
left a comment
There was a problem hiding this comment.
Clears a high advisory live on main — approving
high js-yaml 4.0.0 - 4.3.1 maxTotalMergeKeys does not limit CPU use for empty merge sources
4.3.2 is the fixed release, and the upstream changelog matches the advisory exactly — it backports the merge limits from v5.4.1 and counts empty mappings toward maxTotalMergeKeys. CPU exhaustion on YAML parsing, which this repo does extensively against scenario and config files.
Confirmed resident after install:
$ node -e "require('./node_modules/js-yaml/package.json').version"
4.3.2
Part of the five-PR set (#802, #803, #800, #801, #781) that together takes dashboard/ to found 0 vulnerabilities from 1 critical + 4 high. All five merge onto main cleanly — verified, including the duplicated SKILL.md snapshot hunk they each carry, which is byte-identical across them.
All 6 checks green.
Generated by Claude Code
Bumps and js-yaml. These dependencies needed to be updated together.
Updates
js-yamlfrom 4.3.1 to 4.3.2Changelog
Sourced from js-yaml's changelog.
Commits
79ca68d4.3.2 releasedd90b661Backport merge limits from v5.4.1Updates
js-yamlfrom 3.15.1 to 3.15.2Changelog
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.