diff options
| author | BigUncle <[email protected]> | 2025-07-06 05:58:51 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-05 21:58:51 +0000 |
| commit | b564d4a088d11ae5a90291e642b104761d72ee61 (patch) | |
| tree | 2423d004716aa77f05e55b019fe652a18d539f1d /package.json | |
| parent | 5c9372372c73afcff893499e538cf5522a4400e2 (diff) | |
fix(core): Sanitize tool parameters to fix 400 API errors (#3300)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 64035439..c0710581 100644 --- a/package.json +++ b/package.json @@ -68,6 +68,7 @@ "@types/micromatch": "^4.0.9", "@types/mime-types": "^2.1.4", "@types/minimatch": "^5.1.2", + "@types/shell-quote": "^1.7.5", "@vitest/coverage-v8": "^3.1.1", "concurrently": "^9.2.0", "cross-env": "^7.0.3", |
