Skip to content

chore(deps-dev): bump brace-expansion from 1.1.15 to 1.1.18 in /web - #4176

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/web/brace-expansion-1.1.18
Open

chore(deps-dev): bump brace-expansion from 1.1.15 to 1.1.18 in /web#4176
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/web/brace-expansion-1.1.18

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps brace-expansion from 1.1.15 to 1.1.18.

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.15 to 1.1.18.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v1.1.15...v1.1.18)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 1.1.18
  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 29, 2026

@cursor cursor 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.

Security review

Outcome: No medium, high, or critical vulnerabilities introduced by this PR.

Scope: web/package-lock.json only — bumps transitive brace-expansion to patched releases (1.1.18, 2.1.4, 5.0.9) addressing CVE-2026-69152 (DoS via unbounded intermediate arrays in expand()).

Analysis:

  • No application source code changes.
  • All updated brace-expansion instances are marked dev: true in the lockfile; they are pulled in only by dev tooling (eslint, mocha, nyc, js-beautify) and are not production runtime dependencies of the built web bundle.
  • CVE-2026-69152 requires attacker-controlled input to reach brace-expansion.expand() (directly or via glob/minimatch). The Semaphore web app does not expose that path in production; this change reduces residual risk in CI/dev workflows.
  • Integrity hashes are present for all updated packages; no supply-chain red flags in the diff.

Prior threads: No unresolved automation review threads on this PR.

Recommendation: Safe to merge from a security standpoint — this is a beneficial dependency patch.

Open in Web View Automation 

Sent by Cursor Automation: Find vulnerabilities

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