Skip to content

chore(deps): fix dependabot vulnerabilities (10 alerts)#1

Open
doble196 wants to merge 1 commit into
mainfrom
chore/dependabot-fixes-2026-05-02
Open

chore(deps): fix dependabot vulnerabilities (10 alerts)#1
doble196 wants to merge 1 commit into
mainfrom
chore/dependabot-fixes-2026-05-02

Conversation

@doble196

@doble196 doble196 commented May 3, 2026

Copy link
Copy Markdown
Member

Summary

Resolves all 10 open Dependabot alerts via npm audit fix (no force, no major bumps).

What was bumped

Package From To Severity / GHSA
handlebars 4.7.8 4.7.9 critical GHSA-2w6w-674q-4c4q, high GHSA-3mfm-83xf-c92r / GHSA-9cx6-37pm-9jff / GHSA-xhpv-hc6g-r9c6 / GHSA-xjpj-3mr7-gcpf, medium GHSA-2qvq-rjwj-gvw9 / GHSA-7rx3-28cr-v5wh, low GHSA-442j-39wm-28r2
picomatch 4.0.3 4.0.4 medium GHSA-3v7f-55p6-f55p
rollup 4.57.1 4.60.2 high GHSA-mw96-cpmx-2vgc

CVEs / GHSAs closed

Deferred

None.

Verification

  • npm audit -> 0 vulnerabilities
  • npm run build -> success (tsup, dist/cli.js 56.93 KB)
  • npm test (node bin/index.js --help) failed pre-existing on local Node 18 (Unexpected token 'with' import attribute, requires Node 20.10+ per engines). Not regression.

Test plan

  • CI passes on PR
  • Reviewer confirms npm audit clean

Resolves all 10 open dependabot alerts via npm audit fix:

- handlebars: 4.7.8 -> 4.7.9 (1 critical, 3 high, 2 medium, 1 low)
  - GHSA-2w6w-674q-4c4q (critical, AST type confusion JS injection)
  - GHSA-3mfm-83xf-c92r (high, AST type confusion @partial-block)
  - GHSA-9cx6-37pm-9jff (high, DoS via malformed decorator)
  - GHSA-xhpv-hc6g-r9c6 (high, AST confusion via dynamic partial)
  - GHSA-xjpj-3mr7-gcpf (high, JS injection in CLI Precompiler)
  - GHSA-2qvq-rjwj-gvw9 (medium, prototype pollution XSS)
  - GHSA-7rx3-28cr-v5wh (medium, __lookupSetter__ blocklist gap)
  - GHSA-442j-39wm-28r2 (low, container.lookup bypass)
- picomatch: 4.0.3 -> 4.0.4 (1 medium - GHSA-3v7f-55p6-f55p)
- rollup: 4.57.1 -> 4.60.2 (1 high - GHSA-mw96-cpmx-2vgc)

Build verified (npm run build passes).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

@doble196 doble196 left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Reviewed — bump for the public scaffold CLI. Low blast radius (CLI is run once at npx create-githat-app); merge when CI green.

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.

1 participant