llm-cli-gateway 2.12.0 → 2.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to the llm-cli-gateway project.
4
4
 
5
+ ## [2.12.1] - 2026-06-30: fast-uri transitive vulnerability remediation
6
+
7
+ ### Security
8
+
9
+ - Pinned transitive runtime dependency `fast-uri` to `3.1.3` via `overrides`, replacing the previously shipped `3.1.2` selected through `@modelcontextprotocol/sdk` -> `ajv`. This patch release exists specifically to clear the newly disclosed `fast-uri` advisory affecting `>=2.3.1 <3.1.3` while preserving the 2.12.0 feature surface.
10
+
5
11
  ## [2.12.0] - 2026-06-30: Validation receipts, API-provider parity, and a gateway usability pass
6
12
 
7
13
  ### Added
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "llm-cli-gateway",
3
- "version": "2.12.0",
3
+ "version": "2.12.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "llm-cli-gateway",
9
- "version": "2.12.0",
9
+ "version": "2.12.1",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@modelcontextprotocol/sdk": "^1.29.0",
@@ -451,9 +451,9 @@
451
451
  "license": "MIT"
452
452
  },
453
453
  "node_modules/fast-uri": {
454
- "version": "3.1.2",
455
- "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz",
456
- "integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==",
454
+ "version": "3.1.3",
455
+ "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.3.tgz",
456
+ "integrity": "sha512-i70LwGWUduXqzicKXWshooq+sWL1K3WUU5rKZNG/0i3a1OSoX3HqhH5WbWwTmqWfor4urUakGPiRQcleRZTwOg==",
457
457
  "funding": [
458
458
  {
459
459
  "type": "github",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "llm-cli-gateway",
3
- "version": "2.12.0",
3
+ "version": "2.12.1",
4
4
  "mcpName": "io.github.verivus-oss/llm-cli-gateway",
5
5
  "description": "MCP server providing unified access to Claude Code, Codex, Gemini, Grok, Mistral Vibe, and Devin CLIs with session management, retry logic, async job orchestration, durable job results, and cross-LLM validation.",
6
6
  "license": "MIT",
@@ -130,6 +130,7 @@
130
130
  "body-parser": "2.2.2",
131
131
  "type-is": "2.0.1",
132
132
  "content-type": "1.0.5",
133
+ "fast-uri": "3.1.3",
133
134
  "hono": "^4.12.25"
134
135
  },
135
136
  "directories": {