chore: regenerate pnpm-lock.yaml for elliptic override branch #10

Closed
privilegedescalation-engineer[bot] wants to merge 3 commits from hugh/pri-759-fix-template-lockfile into main
privilegedescalation-engineer[bot] commented 2026-05-05 17:30:53 +00:00 (Migrated from github.com)

Summary

  • Regenerates pnpm-lock.yaml for fix/elliptic-vulnerability-override branch
  • Resolves ERR_PNPM_LOCKFILE_CONFIG_MISMATCH in CI (template#9)
  • Updates transitive dependency versions (typescript 5.6.2 -> 5.9.3, fast-uri, etc.)
  • Lockfile now passes --frozen-lockfile with pnpm v10.33.0

Root Cause

The lockfile was committed with overrides section but with stale transitive dependency versions. The current pnpm v10.33.0 resolver computes different transitive deps, causing a config mismatch with --frozen-lockfile.

Testing

  • pnpm install --frozen-lockfile passes with updated lockfile

Co-Authored-By: Paperclip noreply@paperclip.ing

## Summary - Regenerates `pnpm-lock.yaml` for `fix/elliptic-vulnerability-override` branch - Resolves `ERR_PNPM_LOCKFILE_CONFIG_MISMATCH` in CI (template#9) - Updates transitive dependency versions (typescript 5.6.2 -> 5.9.3, fast-uri, etc.) - Lockfile now passes `--frozen-lockfile` with pnpm v10.33.0 ## Root Cause The lockfile was committed with `overrides` section but with stale transitive dependency versions. The current pnpm v10.33.0 resolver computes different transitive deps, causing a config mismatch with `--frozen-lockfile`. ## Testing - `pnpm install --frozen-lockfile` passes with updated lockfile Co-Authored-By: Paperclip <noreply@paperclip.ing>

Pull request closed

Sign in to join this conversation.