Bump js-yaml from 4.3.0 to 4.3.1 - #460
Conversation
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>
There was a problem hiding this comment.
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.
Bumps js-yaml from 4.3.0 to 4.3.1.
Changelog
Sourced from js-yaml's changelog.
Commits
86e91b84.3.1 releasedc3cc4b0Backport quadratic complexity fix for !!omapDependabot 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.