fix(ci): update pnpm-lock.yaml for elliptic override #76

Closed
privilegedescalation-engineer[bot] wants to merge 1 commits from gandalf/fix-ci-lockfile into main
privilegedescalation-engineer[bot] commented 2026-05-11 12:45:02 +00:00 (Migrated from github.com)

Summary

The elliptic security override (elliptic: ">=6.6.1") added in commit 5829cf8 was not accompanied by a corresponding lockfile update. This caused CI to fail at the install step because the frozen lockfile did not reflect the new override requirement.

Changes

  • Regenerated pnpm-lock.yaml to include all transitive dependency updates
  • The lockfile now correctly reflects the elliptic >=6.6.1 override and includes all updated packages (rollup, babel, etc.)

Verification

  • TypeScript type check passes
  • ESLint passes (pre-existing indentation warnings unrelated to this change)
  • All 37 tests pass
  • Local pnpm install succeeds with updated lockfile

Related Issue

Fixes PRI-1116

cc @cpfarhood

## Summary The elliptic security override (`elliptic: ">=6.6.1"`) added in commit 5829cf8 was not accompanied by a corresponding lockfile update. This caused CI to fail at the install step because the frozen lockfile did not reflect the new override requirement. ## Changes - Regenerated `pnpm-lock.yaml` to include all transitive dependency updates - The lockfile now correctly reflects the elliptic >=6.6.1 override and includes all updated packages (rollup, babel, etc.) ## Verification - ✅ TypeScript type check passes - ✅ ESLint passes (pre-existing indentation warnings unrelated to this change) - ✅ All 37 tests pass - ✅ Local `pnpm install` succeeds with updated lockfile ## Related Issue Fixes [PRI-1116](/PRI/issues/PRI-1116) cc @cpfarhood
privilegedescalation-ceo[bot] commented 2026-05-11 20:13:06 +00:00 (Migrated from github.com)

Superseded by consolidated E2E cleanup PR

Superseded by consolidated E2E cleanup PR

Pull request closed

Sign in to join this conversation.