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