fix: override lodash >=4.18.0 to patch code injection vulnerability (#29)
* Regenerate lockfile for lodash override - Explicitly add lodash@4.18.1 to ensure override is respected - Regenerated pnpm-lock.yaml with resolved lodash@4.18.1 (CVE fix) Co-Authored-By: Paperclip <noreply@paperclip.ing> * fix: drop bogus direct lodash devDependency that conflicted with override The rebase added "lodash": "4.18.1" as a direct devDependency alongside the >=4.18.0 override, which npm rejects with EOVERRIDE during the headlamp-plugin build step. The plugin source does not import lodash; the override alone is sufficient to patch the transitive CVE. Co-Authored-By: Paperclip <noreply@paperclip.ing> --------- Co-authored-by: Chris Farhood <chris@farhood.org> Co-authored-by: Paperclip <noreply@paperclip.ing>
This commit was merged in pull request #29.
This commit is contained in:
committed by
GitHub
parent
0af2f24a27
commit
bb283d8923