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
Open
chore(deps-dev): bump brace-expansion from 1.1.15 to 1.1.18 in /web#4176dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
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>
There was a problem hiding this comment.
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-expansioninstances are markeddev: truein 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.
Sent by Cursor Automation: Find vulnerabilities
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Bumps brace-expansion from 1.1.15 to 1.1.18.
Commits
758fcd61.1.1827fbeedMerge commit from fork5c57cc21.1.17d757f1dnpm ignore.claudecb4b9e4fix: backport GHSA-mh99-v99m-4gvg (#129)447763a1.1.16d74e630fix: v1 backport for CVE-2026-13149 (#122)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.