From 07af2bcb5876d2ebd2d69a67737797e9e1f26388 Mon Sep 17 00:00:00 2001 From: musistudio Date: Mon, 6 Oct 2025 09:07:20 +0800 Subject: [PATCH] add dependencies --- packages/cli/package.json | 1 + pnpm-lock.yaml | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/packages/cli/package.json b/packages/cli/package.json index 78e1cb6..a08fce7 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -29,6 +29,7 @@ "json5": "^2.2.3", "minimist": "^1.2.8", "rotating-file-stream": "^3.2.7", + "shell-quote": "^1.8.3", "tiktoken": "^1.0.21" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 800985a..b55e493 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -47,6 +47,9 @@ importers: rotating-file-stream: specifier: ^3.2.7 version: 3.2.7 + shell-quote: + specifier: ^1.8.3 + version: 1.8.3 tiktoken: specifier: ^1.0.21 version: 1.0.22 @@ -992,6 +995,10 @@ packages: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} engines: {node: '>=8'} + shell-quote@1.8.3: + resolution: {integrity: sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==} + engines: {node: '>= 0.4'} + shelljs@0.9.2: resolution: {integrity: sha512-S3I64fEiKgTZzKCC46zT/Ib9meqofLrQVbpSswtjFfAVDW+AZ54WTnAM/3/yENoxz/V1Cy6u3kiiEbQ4DNphvw==} engines: {node: '>=18'} @@ -2016,6 +2023,8 @@ snapshots: shebang-regex@3.0.0: {} + shell-quote@1.8.3: {} + shelljs@0.9.2: dependencies: execa: 1.0.0