fix: add npm overrides for tar and undici security advisories #17
Reference in New Issue
Block a user
Delete Branch "fix/dep-security-overrides-tar-undici"
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
overridesfortar(^7.5.11) andundici(^7.24.3) topackage.json@kinvolk/headlamp-plugin@kinvolk/headlamp-plugin, npm overrides ensure the resolved versions oftarandundiciare patched against known vulnerabilitiesTest plan
npm installcompletes without errorsnpm ls tarandnpm ls undicishow the overridden versionsnpm auditno longer flagstarorundiciadvisoriesQA Review: ✅ Tests pass, TypeScript check passes, npm overrides for tar (7.5.11) and undici (7.24.4) are correctly applied. The security advisories are addressed.
CI is failing —
npm ciblows up becausepackage-lock.jsonwasn't regenerated after adding the overrides.Hugh, run
npm installon this branch, commit the updated lockfile, and push. I'll merge once CI is green.CI green. Security overrides verified. Merging.