Skip to content

fix: resolve npm audit failures - #1350

Merged
HarithaVattikuti merged 1 commit into
actions:mainfrom
HarithaVattikuti:fix/audit-2026-08-17
Aug 18, 2026
Merged

fix: resolve npm audit failures#1350
HarithaVattikuti merged 1 commit into
actions:mainfrom
HarithaVattikuti:fix/audit-2026-08-17

Conversation

@HarithaVattikuti

Copy link
Copy Markdown
Contributor

Summary

Fixes the failing basic-validation.yml audit step (npm audit --audit-level=high) caused by known advisories in transitive dependencies.

Vulnerabilities fixed

All are patch-level, non-breaking transitive bumps via npm audit fix; no package.json changes required.

Validation

  • npm audit --audit-level=high → 0 vulnerabilities
  • npm run builddist/ rebuilt
  • npm run format-check → pass
  • npm run lint → pass
  • npm test → 210/210 tests pass
  • licensed cache + licensed status → 48 dependencies checked, 0 errors

Bumps transitive dependencies to patched versions:
- brace-expansion 5.0.8 -> 5.0.9 (GHSA-rgw5-rvv9-x895)
- js-yaml 3.15.0 -> 3.15.1 (GHSA-5p4m-2wfm-xmqj)
- undici 6.27.0 -> 6.28.0 (GHSA-8xcm-r25x-g524, GHSA-m8rv-5g2x-5cg5, GHSA-v3r7-h72x-cjcm)

Refreshes .licenses/ cache for the updated packages and rebuilds dist/.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI lite review requested due to automatic review settings August 17, 2026 20:18
@HarithaVattikuti
HarithaVattikuti requested a review from a team as a code owner August 17, 2026 20:18

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

Updates transitive npm dependencies to clear basic-validation.yml’s npm audit --audit-level=high step, and refreshes the checked-in build artifacts and license metadata accordingly.

Changes:

  • Bumps vulnerable transitive dependencies in package-lock.json (brace-expansion, js-yaml, undici).
  • Rebuilds dist/ bundles to reflect updated dependency code (notably undici + brace-expansion logic changes).
  • Updates licensed dependency metadata for bumped packages.

Reviewed changes

Copilot reviewed 2 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
package-lock.json Updates resolved transitive dependency versions to remediate npm audit advisories.
dist/setup/index.js Rebuilt bundle output reflecting updated transitive deps (undici/brace-expansion changes).
dist/cache-save/index.js Rebuilt bundle output reflecting updated transitive deps (undici/brace-expansion changes).
.licenses/npm/undici.dep.yml Updates recorded undici version for license tracking.
.licenses/npm/brace-expansion.dep.yml Updates recorded brace-expansion version for license tracking.

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

@HarithaVattikuti HarithaVattikuti changed the title fix: resolve Basic Validation npm audit failures fix: resolve npm audit failures Aug 17, 2026
@HarithaVattikuti
HarithaVattikuti merged commit 9191ea1 into actions:main Aug 18, 2026
1015 checks passed
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.

5 participants