Skip to content

Bump js-yaml from 4.3.0 to 4.3.1 - #460

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

Bump js-yaml from 4.3.0 to 4.3.1#460
dependabot[bot] wants to merge 1 commit into
masterfrom
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: indirect
...

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

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

LGTM — routine dependency bump for a security fix.

Extended reasoning...

Overview

This PR is a Dependabot-generated bump of js-yaml from 4.3.0 to 4.3.1, touching only package-lock.json (a lockfile-only change, no source code). js-yaml is a devDependency used transitively by ESLint's config loading (@eslint/eslintrc depends on js-yaml), not part of the NagVis runtime or PHP application.

Security risks

None introduced. The version bump itself is a security fix upstream (removes quadratic-complexity behavior in !!omap duplicate key detection, mitigating a ReDoS-style DoS vector when parsing untrusted YAML). Since this package is dev-only tooling here, the practical exposure in this repo was already minimal, but taking the fix is strictly an improvement.

Level of scrutiny

Minimal scrutiny is warranted: this is a mechanical, bot-generated lockfile diff with no logic changes, no touched application code, and no CODEOWNER-sensitive paths.

Other factors

The diff is a single dependency entry (version, resolved URL, integrity hash) consistent with the changelog and npm registry metadata. No outstanding review comments exist on this PR.

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.

0 participants