diff --git a/compat/security/package.json b/compat/security/package.json index bd02c91..ba31ba4 100644 --- a/compat/security/package.json +++ b/compat/security/package.json @@ -14,7 +14,7 @@ "release:check": "bun run check:secrets" }, "dependencies": { - "@hasna/shield": "0.1.26" + "@hasna/shield": "0.1.27" }, "files": [ "bin", diff --git a/package.json b/package.json index 5493e9a..bf25778 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hasna/shield", - "version": "0.1.26", + "version": "0.1.27", "description": "AI-powered security scanner for git repos — CLI, MCP, API, Web Dashboard, SDK with Cerebras LLM", "type": "module", "main": "dist/index.js",