Dashboardcraftgetsentry/craft: tar is a pinned devDep…

getsentry/craft: tar is a pinned devDep (no caret) — must bump the pin directly, not via override

Category: gotcha
Confidence: 1.00
ID: 019ef40b-f60a-7a76-81c9-cc1efbc24430
Project ID: e16af391-c497-4837-b681-c849a5514499
Cross-project: No
Recalled in other projects: 0
Source session: 0fP87WobecR7pnIEl
Created: 2026-06-23 09:45:45
Updated: 2026-06-23 10:34:45

Content

Trap: tar looks like a transitive dep that should be fixed via pnpm.overrides, because most security fixes use overrides. Fix: tar@7.5.11 is a direct devDependency pinned without a range operator at package.json:65 — bump the pin directly to 7.5.16 and run pnpm install. An override would be redundant and confusing. Vulnerable range: <= 7.5.15 (GHSA-vmf3-w455-68vh, Alerts #180/#181). Confirmed tar@7.5.16 exists on npm. Applied in branch byk/fix/dependabot-security-alerts.

Move to: