From 891a7b0592f8b55f16f82726eede98fd59fe538c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 19:19:40 +0000 Subject: [PATCH] chore(deps): bump shell-quote from 1.8.3 to 1.8.4 Bumps [shell-quote](https://github.com/ljharb/shell-quote) from 1.8.3 to 1.8.4. - [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/shell-quote/compare/v1.8.3...v1.8.4) --- updated-dependencies: - dependency-name: shell-quote dependency-version: 1.8.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ packages/cli/package.json | 2 +- packages/core/package.json | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 47c9b7977..0c05f6f2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17808,9 +17808,9 @@ } }, "node_modules/shell-quote": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz", - "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==", + "version": "1.8.4", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.4.tgz", + "integrity": "sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==", "license": "MIT", "engines": { "node": ">= 0.4" @@ -22229,7 +22229,6 @@ "packages/cli": { "name": "@terminai/cli", "version": "0.28.0", - "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { "@agentclientprotocol/sdk": "^0.11.0", @@ -22261,7 +22260,7 @@ "qrcode-terminal": "^0.12.0", "react": "^19.2.0", "read-package-up": "^11.0.0", - "shell-quote": "^1.8.3", + "shell-quote": "^1.8.4", "simple-git": "^3.28.0", "string-width": "^8.1.0", "strip-ansi": "^7.1.0", @@ -22441,7 +22440,7 @@ "open": "^10.1.2", "picomatch": "^4.0.1", "read-package-up": "^11.0.0", - "shell-quote": "^1.8.3", + "shell-quote": "^1.8.4", "simple-git": "^3.28.0", "strip-ansi": "^7.1.0", "strip-json-comments": "^3.1.1", diff --git a/packages/cli/package.json b/packages/cli/package.json index 208cd53e7..12ffec0e2 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -62,7 +62,7 @@ "qrcode-terminal": "^0.12.0", "react": "^19.2.0", "read-package-up": "^11.0.0", - "shell-quote": "^1.8.3", + "shell-quote": "^1.8.4", "simple-git": "^3.28.0", "string-width": "^8.1.0", "strip-ansi": "^7.1.0", diff --git a/packages/core/package.json b/packages/core/package.json index 1c0f81eff..0733c4e6c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -67,7 +67,7 @@ "open": "^10.1.2", "picomatch": "^4.0.1", "read-package-up": "^11.0.0", - "shell-quote": "^1.8.3", + "shell-quote": "^1.8.4", "simple-git": "^3.28.0", "strip-ansi": "^7.1.0", "strip-json-comments": "^3.1.1",