Skip to content

Fix Dependabot updates for GitHub scripts - #5064

Open
Marcus Robinson (marrobi) with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-dependabot-updates
Open

Fix Dependabot updates for GitHub scripts#5064
Marcus Robinson (marrobi) with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-dependabot-updates

Conversation

Copilot AI commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

What is being addressed

Dependabot cannot safely update vulnerable transitive brace-expansion and js-yaml versions pulled in by Jest under .github/scripts.

How is this addressed

  • Override the transitive dependencies with patched release lines:
    "overrides": {
      "brace-expansion": "^2.0.2",
      "js-yaml": "^4.1.0"
    }
  • Regenerate the lockfile, resolving brace-expansion to 2.x and js-yaml to 4.x.
  • Verify the existing .github/scripts tests pass.

Co-authored-by: marrobi <17089773+marrobi@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix Dependabot updates for security vulnerabilities Fix Dependabot updates for GitHub scripts Sep 1, 2026
@marrobi
Marcus Robinson (marrobi) marked this pull request as ready for review September 1, 2026 13:19
@marrobi
Marcus Robinson (marrobi) requested a review from a team as a code owner September 1, 2026 13:19
Copilot AI balanced review requested due to automatic review settings September 1, 2026 13:19

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds npm overrides to remediate vulnerable Jest transitive dependencies.

Changes:

  • Overrides brace-expansion and js-yaml.
  • Regenerates the Jest dependency lockfile.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
.github/scripts/package.json Defines transitive dependency overrides.
.github/scripts/package-lock.json Records updated dependency resolutions.

💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

"jest": "^30.2.0"
},
"overrides": {
"brace-expansion": "^2.0.2",
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