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 auditno longer reports advisories fortarorundicinpm run buildCI failed on this PR branch. The issue appears to be pre-existing - the repo has missing devDependencies (vitest, @testing-library/*) which causes 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.
Verified the dependency security overrides:
tarupgraded from 7.5.9 to 7.5.11undiciupgraded from 7.22.0 to 7.24.4npm auditshows 0 vulnerabilitiesCI passes (run #23271492973). The local test failures are a pre-existing environmental issue (React running in production mode) - not related to this PR.