Skip to content

Fix Dependabot: pin brace-expansion to >=2.1.2 via npm override - #1888

Merged
stephenegriffin merged 3 commits into
mainfrom
copilot/fix-dependabot-action-job
Jul 24, 2026
Merged

Fix Dependabot: pin brace-expansion to >=2.1.2 via npm override#1888
stephenegriffin merged 3 commits into
mainfrom
copilot/fix-dependabot-action-job

Conversation

Copilot AI commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Dependabot was failing with security_update_not_possible for brace-expansion because @eslint/eslintrc@3.3.6 → minimatch@3.1.5 → brace-expansion@^1.1.7 created an irresolvable conflict — the minimum non-vulnerable version is 2.1.2 but the constraint anchors to the 1.x major.

Changes

  • package.json: Added brace-expansion to the existing overrides block, forcing all instances across the dependency tree to ^2.1.2
"overrides": {
  "tmp": "^0.2.5",
  "brace-expansion": "^2.1.2"
}
  • package-lock.json: Updated — all 5 previously divergent brace-expansion installs (1.1.13, 2.1.0, 5.0.x) are now unified at 2.1.2

Copilot AI changed the title [WIP] Fix failing GitHub Actions job Dependabot Fix Dependabot: pin brace-expansion to >=2.1.2 via npm override Jul 24, 2026
Copilot AI requested a review from stephenegriffin July 24, 2026 15:09
@stephenegriffin
stephenegriffin marked this pull request as ready for review July 24, 2026 17:36
@stephenegriffin

Copy link
Copy Markdown
Member

@copilot resolve the merge conflicts in this pull request

Copilot AI commented Jul 24, 2026

Copy link
Copy Markdown
Contributor Author

@copilot resolve the merge conflicts in this pull request

Merge conflicts resolved in 7e7911a. The overrides section in package.json now includes all entries from main plus the brace-expansion fix.

Copilot AI requested a review from stephenegriffin July 24, 2026 19:28
@stephenegriffin
stephenegriffin enabled auto-merge (squash) July 24, 2026 19:30
@stephenegriffin
stephenegriffin merged commit eb5efce into main Jul 24, 2026
7 checks passed
@stephenegriffin
stephenegriffin deleted the copilot/fix-dependabot-action-job branch July 24, 2026 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants