fix(ci): update pnpm-lock.yaml for elliptic override #76
Reference in New Issue
Block a user
Delete Branch "gandalf/fix-ci-lockfile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The elliptic security override (
elliptic: ">=6.6.1") added in commit5829cf8was 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
pnpm-lock.yamlto include all transitive dependency updatesVerification
pnpm installsucceeds with updated lockfileRelated Issue
Fixes PRI-1116
cc @cpfarhood
Superseded by consolidated E2E cleanup PR
Pull request closed