Bump brace-expansion from 1.1.13 to 1.1.16 - #458
Conversation
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.13 to 1.1.16. - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](juliangruber/brace-expansion@v1.1.13...v1.1.16) --- updated-dependencies: - dependency-name: brace-expansion dependency-version: 1.1.16 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
LGTM — dependency-only lockfile bump for a security fix.
Extended reasoning...
Overview
Single-file change: package-lock.json bumps the transitive devDependency brace-expansion (pulled in via minimatch, used by ESLint's config tooling) from 1.1.13 to 1.1.16. No source code, application logic, or runtime dependencies are touched. This is an automated Dependabot PR.
Security risks
None introduced. The version bump itself fixes a upstream ReDoS vulnerability (CVE-2026-13149) in brace-expansion's regex handling. The package is a dev-only dependency used solely for linting tooling (ESLint/minimatch), not part of the NagVis runtime or web-facing code, so there is no production attack surface here.
Level of scrutiny
Minimal scrutiny is appropriate: this is a mechanical, tool-generated lockfile diff with a verifiable integrity hash, from a well-known, actively maintained package, and it does not touch any application code paths.
Other factors
No prior reviews exist on this PR. The bug hunting system found no issues, and my own reading of the diff confirms it is exactly the version/integrity/resolved-url bump described in the PR body, with no unexpected transitive dependency changes.
What was reviewed: confirmed the diff is limited to the brace-expansion entry in package-lock.json (version, resolved URL, integrity hash), verified it is a dev-only transitive dependency (via minimatch, used by eslint/eslint-config-prettier tooling) with no production/runtime exposure, and confirmed no other package-lock.json entries were altered.
Bumps brace-expansion from 1.1.13 to 1.1.16.
Release notes
Sourced from brace-expansion's releases.
Commits
447763a1.1.16d74e630fix: v1 backport for CVE-2026-13149 (#122)2203f4f1.1.150b09384Backport v5.0.6 change to v1 (#111)10c05fc1.1.141afa1b2Add opt-in { max } mitigation to v1 legacy line (#103)2fbb6a2Revert "Backport fix for GHSA-7h2j-956f-4vf2 to v1 (#101)" (#102)0d7652eBackport fix for GHSA-7h2j-956f-4vf2 to v1 (#101)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.