mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-10 10:08:15 -04:00
When `pnpm audit --fix` adds overrides to fix vulnerabilities, it now also adds the minimum patched version for each advisory to `minimumReleaseAgeExclude` in pnpm-workspace.yaml. This allows `pnpm install` to install the security fix without waiting for it to satisfy the minimumReleaseAge constraint. Closes #10263