fix(ci): remove unused cross-spawn dependency

This commit is contained in:
Vincent Koc
2026-06-17 13:43:14 +08:00
parent c1ac18e481
commit 0a314c61b1
4 changed files with 0 additions and 21 deletions
-1
View File
@@ -30,7 +30,6 @@
"clawpdf": "0.3.0",
"commander": "14.0.3",
"croner": "10.0.1",
"cross-spawn": "7.0.6",
"diff": "9.0.0",
"dotenv": "17.4.2",
"express": "5.2.1",
-2
View File
@@ -1915,7 +1915,6 @@
"clawpdf": "0.3.0",
"commander": "14.0.3",
"croner": "10.0.1",
"cross-spawn": "7.0.6",
"diff": "9.0.0",
"dotenv": "17.4.2",
"express": "5.2.1",
@@ -1961,7 +1960,6 @@
"@shikijs/core": "4.1.0",
"@shikijs/engine-javascript": "4.1.0",
"@shikijs/engine-oniguruma": "4.1.0",
"@types/cross-spawn": "6.0.6",
"@types/express": "5.0.6",
"@types/hosted-git-info": "3.0.5",
"@types/markdown-it": "14.1.2",
-13
View File
@@ -103,9 +103,6 @@ importers:
croner:
specifier: 10.0.1
version: 10.0.1
cross-spawn:
specifier: 7.0.6
version: 7.0.6
diff:
specifier: 9.0.0
version: 9.0.0
@@ -236,9 +233,6 @@ importers:
'@shikijs/engine-oniguruma':
specifier: 4.1.0
version: 4.1.0
'@types/cross-spawn':
specifier: 6.0.6
version: 6.0.6
'@types/express':
specifier: 5.0.6
version: 5.0.6
@@ -4248,9 +4242,6 @@ packages:
'@types/connect@3.4.38':
resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==}
'@types/cross-spawn@6.0.6':
resolution: {integrity: sha512-fXRhhUkG4H3TQk5dBhQ7m/JDdSNHKwR2BBia62lhwEIq9xGiQKLxd6LymNhn47SjXhsUEPmxi+PKw2OkW4LLjA==}
'@types/debug@4.1.13':
resolution: {integrity: sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==}
@@ -10086,10 +10077,6 @@ snapshots:
dependencies:
'@types/node': 25.9.1
'@types/cross-spawn@6.0.6':
dependencies:
'@types/node': 25.9.1
'@types/debug@4.1.13':
dependencies:
'@types/ms': 2.1.0
-5
View File
@@ -87,11 +87,6 @@
"class": "core-runtime",
"risk": ["cli-parser"]
},
"cross-spawn": {
"owner": "core:child-process",
"class": "core-runtime",
"risk": ["process-spawn"]
},
"croner": {
"owner": "core:scheduler",
"class": "core-runtime",