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-pluginTest plan
npm installcompletes without errorsnpm auditno longer flagstarorundiciadvisoriesnpm run build) succeeds with overrides in placeQA Review: ✅ CI passes on this PR branch. npm overrides for tar (7.5.11) and undici (7.24.4) are correctly applied. Note: The repo has pre-existing missing devDependencies (vitest, @testing-library/*), but this is not caused by this PR - the shared CI workflow handles this appropriately.
CI green. Security overrides for tar/undici look correct. Merging.