Fix npm audit tar vulnerabilities (#1093)
Some checks failed
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Docker Build and Push / docker_build (push) Has been cancelled
Docker Build and Push / docker_scan (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled

* Harden npm deps via tar override

* chore: retrigger review

---------

Co-authored-by: Super User <root@vpn.northcaptiva.com>
This commit is contained in:
zombu4
2026-01-27 10:03:52 -05:00
committed by GitHub
parent d5026a4081
commit 0f98bb2537
2 changed files with 74 additions and 198 deletions

View File

@@ -42,5 +42,8 @@
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.3",
"vite": "^7.3.0"
},
"overrides": {
"tar": "^7.5.6"
}
}