chore(deps): remove unused tree-kill dependency

code got removed with commit e393914,
but seems that the dependency remained as leftover
This commit is contained in:
Panagiotis Papadopoulos 2025-01-04 19:07:03 +01:00
parent 657fa9402c
commit c5a8b5b6d8
3 changed files with 0 additions and 12 deletions

10
package-lock.json generated
View File

@ -91,7 +91,6 @@
"stream-throttle": "0.1.3",
"striptags": "3.2.0",
"tmp": "0.2.3",
"tree-kill": "1.2.2",
"ts-loader": "9.5.1",
"turndown": "7.2.0",
"unescape": "1.0.1",
@ -17338,15 +17337,6 @@
"tslib": "2"
}
},
"node_modules/tree-kill": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz",
"integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==",
"license": "MIT",
"bin": {
"tree-kill": "cli.js"
}
},
"node_modules/trim-repeated": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz",

View File

@ -134,7 +134,6 @@
"stream-throttle": "0.1.3",
"striptags": "3.2.0",
"tmp": "0.2.3",
"tree-kill": "1.2.2",
"ts-loader": "9.5.1",
"turndown": "7.2.0",
"unescape": "1.0.1",

View File

@ -1,5 +1,4 @@
import child_process from "child_process";
import kill from "tree-kill";
let etapiAuthToken: string | undefined;