fix: add npm overrides for tar and undici security advisories

The dependency tree through @kinvolk/headlamp-plugin constrains tar
(via pluginctl) and undici (via cheerio/i18next-parser). While the
lockfile currently resolves to patched versions, Dependabot cannot
auto-update these transitive deps. Adding explicit overrides ensures
tar>=7.5.11 and undici>=7.24.3 are always resolved, preventing
future Dependabot failures.

Fixes #64

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Gandalf the Greybeard
2026-03-18 02:44:24 +00:00
parent 76c7a5bc1f
commit f7d415e013
+4
View File
@@ -30,6 +30,10 @@
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"overrides": {
"tar": "^7.5.11",
"undici": "^7.24.3"
},
"devDependencies": {
"@kinvolk/headlamp-plugin": "^0.13.0",
"@mui/material": "^5.15.14",