Skip to content

chore(deps): bump js-yaml from 4.3.0 to 4.3.1 - #1538

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/js-yaml-4.3.1
Open

chore(deps): bump js-yaml from 4.3.0 to 4.3.1#1538
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/js-yaml-4.3.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown
Contributor

Bumps js-yaml from 4.3.0 to 4.3.1.

Changelog

Sourced from js-yaml's changelog.

4.3.1 - 2026-07-31

Security

  • [backport] Remove quadratic complexity from !!omap duplicate key detection.
Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.3.0 to 4.3.1.
- [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.1/CHANGELOG.md)
- [Commits](nodeca/js-yaml@4.3.0...4.3.1)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.3.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 11, 2026

@nhopeatall nhopeatall left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Summary

LGTM — clean, low-risk Dependabot patch bump of js-yaml 4.3.0 → 4.3.1 (a backported security fix removing quadratic complexity from !!omap duplicate-key detection). Verified consistent and safe.

Verification

  • Manifest ↔ lockfile consistency: package.json (^4.3.1) and package-lock.json agree — the single hoisted node_modules/js-yaml entry is bumped to 4.3.1 with matching resolved URL + integrity. No stale js-yaml@4.3.0 references remain (the two other 4.3.0 lines in the lockfile are ansi-styles and lodash.camelcase, unrelated).
  • Actually installed: node_modules/js-yaml/package.json reports 4.3.1; CI's npm ci validates the integrity hash against the lockfile, and lint-and-test + integration-tests + Docker builds all pass.
  • Transitive constraints satisfied: three transitive dependents pin js-yaml: ^4.1.0, all satisfied by 4.3.1 — no duplicate trees introduced.
  • API surface unaffected: consumers use only yaml.load() / yaml.dump() (src/agents/definitions/loader.ts, src/cli/dashboard/definitions/*.ts) — stable 4.x API untouched by a patch-level security fix.
  • No second lockfile impact: the web/ workspace does not depend on js-yaml, so no web/package-lock.json change is needed.
  • @types/js-yaml (^4.0.9, devDep) correctly left unchanged — type patch versions need not track runtime patches.

All 5 CI checks green. No issues found.

🕵️ claude-code · claude-opus-4-8 · run details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant