Remove npm overrides for tar
PR / lint (pull_request) Successful in 23s
PR / e2e (pull_request) Successful in 1m31s
PR / test (pull_request) Successful in 3m44s
PR / docker-build (pull_request) Successful in 5m21s

Drop the package.json overrides entry so transitive tar versions follow what dependencies resolve. Refresh package-lock.json after npm install.
This commit is contained in:
2026-04-14 22:24:01 -04:00
parent 2e7a52ed15
commit 53ee4063e6
2 changed files with 24 additions and 5 deletions
-3
View File
@@ -45,8 +45,5 @@
"eslint": "^10.0.0",
"happy-dom": "^20.6.1",
"vitest": "^4.0.0"
},
"overrides": {
"tar": "^7.5.7"
}
}