fix: add npm overrides for tar and undici security advisories #11
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 ls tarandnpm ls undiciresolve to the overridden versionsnpm auditno longer reports advisories for these packagesCI failed on this PR branch. The issue appears to be pre-existing - the repo has missing devDependencies (vitest, @testing-library/*) causing tsc to fail locally. This is not caused by the npm overrides in this PR. Please verify CI passes before I can approve.
CI green. Security overrides for tar/undici verified. Enabling auto-merge.