Skip to content

fix(deps): patch Dependabot npm security alerts in web - #102

Merged
cnjack merged 1 commit into
mainfrom
fix/dependabot-npm-deps
Jun 24, 2026
Merged

fix(deps): patch Dependabot npm security alerts in web#102
cnjack merged 1 commit into
mainfrom
fix/dependabot-npm-deps

Conversation

@cnjack

@cnjack cnjack commented Jun 24, 2026

Copy link
Copy Markdown
Owner

What & why

Resolves the four actionable Dependabot alerts in web/ (npm ecosystem).

Alert Severity Package Before → After How
#10 Critical shell-quote 1.8.3 → 1.8.4 override (transitive via npm-run-all2)
#11 High vite 8.0.8 → 8.1.0 direct dep (^8.0.16)
#12 Medium vite 8.0.8 → 8.1.0 direct dep (^8.0.16)
#33 Low @babel/core 7.29.0 → 7.29.7 override (transitive)

Reviewer notes

  • New file web/pnpm-workspace.yaml holds the transitive overrides. pnpm v11 no longer reads the "pnpm" field from package.json (it's silently ignored with only a warning), so overrides must live here for CI to honor them.
  • Verified locally with pnpm install + pnpm build (vite 8.1.0 builds clean).

Not addressed (no fix available yet)

The remaining 6 alerts cannot be patched right now:

🤖 Generated with Claude Code

Resolve four open Dependabot alerts in web/:

- shell-quote 1.8.3 -> 1.8.4 (critical, GHSA: newline escaping in
  quote()); transitive via npm-run-all2, forced through an override
- @babel/core 7.29.0 -> 7.29.7 (low, arbitrary file read via
  sourceMappingURL); transitive, forced through an override
- vite 8.0.8 -> 8.1.0 (high server.fs.deny bypass + medium launch-editor
  NTLMv2 disclosure); direct dep, bumped to ^8.0.16

pnpm v11 no longer reads the "pnpm" field from package.json, so the
transitive overrides live in the new web/pnpm-workspace.yaml. Verified
with `pnpm build`.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jun 24, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@cnjack, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 51 minutes and 13 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 33b94c6e-1a7a-4c0d-95b6-8babe37f12c4

📥 Commits

Reviewing files that changed from the base of the PR and between d02a606 and 743c57f.

⛔ Files ignored due to path filters (1)
  • web/pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (2)
  • web/package.json
  • web/pnpm-workspace.yaml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/dependabot-npm-deps

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@cnjack
cnjack merged commit 1c4a0ea into main Jun 24, 2026
3 checks passed
@cnjack
cnjack deleted the fix/dependabot-npm-deps branch June 24, 2026 16:13
cnjack added a commit that referenced this pull request Jul 12, 2026
Resolve four open Dependabot alerts in web/:

- shell-quote 1.8.3 -> 1.8.4 (critical, GHSA: newline escaping in
  quote()); transitive via npm-run-all2, forced through an override
- @babel/core 7.29.0 -> 7.29.7 (low, arbitrary file read via
  sourceMappingURL); transitive, forced through an override
- vite 8.0.8 -> 8.1.0 (high server.fs.deny bypass + medium launch-editor
  NTLMv2 disclosure); direct dep, bumped to ^8.0.16

pnpm v11 no longer reads the "pnpm" field from package.json, so the
transitive overrides live in the new web/pnpm-workspace.yaml. Verified
with `pnpm build`.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
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