chore(deps): bump js-yaml from 3.14.2 to 3.15.0 - #448
Conversation
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.2 to 3.15.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@3.14.2...3.15.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 3.15.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Scope
This PR updates only yarn.lock, resolving transitive js-yaml consumers (^3.9.0, ^3.13.0, ^3.13.1) to 3.15.0 (from 3.14.2). The bump backports the maxTotalMergeKeys loader limit, which hardens YAML merge (<<) parsing against resource-exhaustion attacks—a worthwhile security hygiene win for dev/build tooling that parses YAML via this transitive dependency.
Upstream: unknown (author to confirm)
CI
CI is still pending; branch protection will gate merge on required checks.
Regression risk
Low: patch-level movement within the js-yaml v3 line with a targeted security backport and no direct manifest or application source edits.
Residual risks / follow-ups
None — because the change is lockfile-only, semver-compatible within existing ^3.x ranges, and does not alter runtime application code in this repository; any behavioral delta is limited to transitive tooling paths (e.g., cosmiconfig, eslint) that already depended on js-yaml v3.
Note: Review generated using Cursor model
composer-2.5.
This review was generated by review-bot.
|
Superseded by #451. |
Bumps js-yaml from 3.14.2 to 3.15.0.
Changelog
Sourced from js-yaml's changelog.
... (truncated)
Commits
c34b6c43.15.0 released21e13d3dist rebuild4165c62Add v3-legacy tag for publishd8ff750Add package lock24f13e7AddedmaxTotalMergeKeys(10000) loader option (v5 backport)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.