diff --git a/package-lock.json b/package-lock.json index 47c9b797..2eb79c49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", @@ -22439,7 +22438,7 @@ "mime": "4.0.7", "mnemonist": "^0.40.3", "open": "^10.1.2", - "picomatch": "^4.0.1", + "picomatch": "^4.0.4", "read-package-up": "^11.0.0", "shell-quote": "^1.8.3", "simple-git": "^3.28.0", @@ -22528,9 +22527,9 @@ } }, "packages/core/node_modules/picomatch": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", - "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", + "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", "license": "MIT", "peer": true, "engines": { diff --git a/packages/core/package.json b/packages/core/package.json index 1c0f81ef..1a9cd480 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -65,7 +65,7 @@ "mime": "4.0.7", "mnemonist": "^0.40.3", "open": "^10.1.2", - "picomatch": "^4.0.1", + "picomatch": "^4.0.4", "read-package-up": "^11.0.0", "shell-quote": "^1.8.3", "simple-git": "^3.28.0",