fix(deps): patch Dependabot npm security alerts in web - #102
Conversation
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>
|
Warning Review limit reached
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 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 configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
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>
What & why
Resolves the four actionable Dependabot alerts in
web/(npm ecosystem).npm-run-all2)^8.0.16)^8.0.16)Reviewer notes
web/pnpm-workspace.yamlholds the transitive overrides. pnpm v11 no longer reads the"pnpm"field frompackage.json(it's silently ignored with only a warning), so overrides must live here for CI to honor them.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:
github.com/docker/dockerandgithub.com/moby/mobyisv28.5.2(already in use). Blocked until upstream tags a fixed release.0.20.0, buttauri 2.11.3→gtk 0.18.2pinsglib ^0.18. Can't bump in isolation; blocked until Tauri moves off the GTK3/gtk-rs-0.18 stack. (Linux/GTK-only unsoundness — does not affect the macOS build.)🤖 Generated with Claude Code