Skip to content

Bump brace-expansion from 1.1.13 to 1.1.16 - #458

Merged
loocars merged 1 commit into
masterfrom
dependabot/npm_and_yarn/brace-expansion-1.1.16
Jul 30, 2026
Merged

Bump brace-expansion from 1.1.13 to 1.1.16#458
loocars merged 1 commit into
masterfrom
dependabot/npm_and_yarn/brace-expansion-1.1.16

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor

Bumps brace-expansion from 1.1.13 to 1.1.16.

Release notes

Sourced from brace-expansion's releases.

v1.1.15

  • Backport v5.0.6 change to v1 (#111) 0b09384

juliangruber/brace-expansion@v1.1.14...v1.1.15

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 [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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 29, 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 — 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.

@loocars
loocars merged commit 2dd8c84 into master Jul 30, 2026
5 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/brace-expansion-1.1.16 branch July 30, 2026 05:23
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