fix: update vulnerable dependencies (13 high / 23 moderate / 1 low → 0)#71
Conversation
…esolved Bump direct deps to patched versions: - astro 6.1.1 → 6.4.6 - effect ^3.19.18 → ^3.21.3 - drizzle-orm ^0.45.1 → ^0.45.2 - @astrojs/node 10.0.4 → 10.1.4 - @astrojs/react 5.0.2 → 5.0.7 - @effect/platform-node ^0.104.1 → ^0.107.0 - @effect/platform ^0.94.5 → ^0.96.1 Add pnpm.overrides for transitive-only vulns: - dompurify (via @monaco-editor/react > monaco-editor) - esbuild (via Astro/Vite paths) - @effect/cluster, @effect/rpc, @effect/sql (peer alignment) Add Effect ecosystem peer deps for alignment: - @effect/cluster, @effect/rpc, @effect/sql - @effect/workflow, @effect/experimental Add docs/security-overrides.md with GHSA documentation. pnpm audit --prod: 0 vulnerabilities pnpm build: passes Closes #63
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reached
More reviews will be available in 53 minutes and 41 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 refill rate. 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, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
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 |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. Ignoring alerts on:
|
|
@SocketSecurity ignore npm/astro@6.4.6 |
Summary
Resolves all 37 production dependency vulnerabilities reported by
pnpm audit --prod.Before: 1 low / 23 moderate / 13 high
After: 0 vulnerabilities
Changes
Direct dependency bumps
astroeffectdrizzle-orm@astrojs/node@astrojs/react@effect/platform-node@effect/platformpnpm overrides (for transitive-only paths)
dompurify≥3.4.0 — via@monaco-editor/react > monaco-editor(8 moderate advisories)esbuild≥0.28.1 — via Astro/Vite paths surfaced during verification (2 moderate)@effect/cluster,@effect/rpc,@effect/sql) — aligned to match@effect/platform-node@0.107.0expectationsEffect ecosystem alignment
Added direct dependencies for Effect sub-packages (
cluster,rpc,sql,workflow,experimental) to keep the peer family aligned with the updated@effect/platform-node. The app usesEffect,Layer,Schema, andNodeContext— these additions are for peer resolution hygiene.Documentation
New
docs/security-overrides.mddocuments each override with:Verification
pnpm audit --prod: 0 vulnerabilitiespnpm build: passesNotes
pnpm auditwithout--prod) still shows 27 advisories viashadcn— out of scope for this PR@openrouter/ai-sdk-providerpeer warning (ai@^5.0.0vs installed6.0.97) remains@astrojs/node@10.1.4requiresastro@^6.3.0Closes #63