Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2025

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 1.1.12
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 22, 2025
@kusari-inspector
Copy link

Kusari Analysis Results

Analysis for commit: a9c1fc1, performed at: 2025-07-22T15:43:03Z

@kusari-inspector rerun - Trigger a re-analysis of this PR

@kusari-inspector feedback [your message] - Send feedback to our AI and team


Recommendation

✅ PROCEED with this Pull Request

Summary

No Flagged Issues Detected

All values appear to be within acceptable risk parameters.

This PR updates brace-expansion from 1.1.11 to 1.1.12, fixing a known Regular Expression Denial of Service vulnerability (CVE-2025-5889). While the PR also downgrades lru-cache and yallist to older versions, these changes appear to be necessary dependencies for the security fix. The security code analysis shows no issues in the codebase, and the benefits of fixing the known vulnerability outweigh the concerns about package downgrades.

Found this helpful? Give it a 👍 or 👎 reaction!

Click to expand for details and specific link to issues

Package Dependency Analysis

Package: [email protected]
Dependencies:
Direct:
- [email protected] (requirement: ^3.0.2)

Dependency Graph

graph TD
  NPM_lru_cache_5_1_1 -->|DIRECT| NPM_yallist_3_1_1
Loading

Dependency Changes

Status Package Change Version Latest Version Advisories License
⚠️ Flagged yallist updated 4.0.0 → 3.1.1 5.0.0 None ISC (permissive)
⚠️ Flagged lru-cache updated 6.0.0 → 5.1.1 11.1.0 None ISC (permissive)
⚠️ Flagged brace-expansion updated 1.1.11 → 1.1.12 4.0.1 None MIT (permissive)
⚠️ Flagged @babel/runtime-corejs3 removed 7.26.10 Unknown None Unknown
⚠️ Flagged core-js-pure removed 3.31.0 Unknown None Unknown
⚠️ Flagged @babel/highlight removed 7.22.20 Unknown None Unknown
⚠️ Flagged to-fast-properties removed 2.0.0 Unknown None Unknown

Risk Details

yallist:
Scorecard Checks for pkg:npm/[email protected]:

  • maintained: 0/10
    ⚠️ Repo is not maintained actively in the last 90 days.
  • code-review: 0/10
    ⚠️ Project does not require human code review before all pull requests (aka merge requests) are merged.

lru-cache:
Scorecard Checks for pkg:npm/[email protected]:

  • maintained: 0/10
    ⚠️ Repo is not maintained actively in the last 90 days.
  • code-review: 0/10
    ⚠️ Project does not require human code review before all pull requests (aka merge requests) are merged.

brace-expansion:
Scorecard Checks for pkg:npm/[email protected]:

  • maintained: 5/10
  • code-review: 3/10
    ⚠️ Project does not require human code review before all pull requests (aka merge requests) are merged.

@funnelfiasco funnelfiasco self-assigned this Jul 22, 2025
@funnelfiasco funnelfiasco merged commit b4995cd into main Jul 22, 2025
3 checks passed
@funnelfiasco funnelfiasco deleted the dependabot/npm_and_yarn/brace-expansion-1.1.12 branch July 22, 2025 16:19
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.

2 participants