Skip to content

Commit 0cc1912

Browse files
authored
fix(deps): bump hono to 4.12.23 (security) — release 6.3.1 (#168)
Bumps hono 4.12.18 -> 4.12.23 (transitive via @openauthjs/openauth, pinned by override) to clear four moderate advisories, all fixed in 4.12.21. npm audit --omit=dev now reports 0 vulnerabilities. No source change; version bumped to 6.3.1 across package.json, manifest, and plugin.json. 2487 tests pass; build/lint/typecheck/audit:ci clean; publish dry-run verified.
1 parent 258cba8 commit 0cc1912

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oc-codex-multi-auth",
3-
"version": "6.3.0",
3+
"version": "6.3.1",
44
"description": "Install and operate oc-codex-multi-auth for OpenCode with ChatGPT Plus/Pro OAuth, Codex/GPT-5 routing, multi-account rotation, account switching, health checks, diagnostics, quota status, and recovery tools.",
55
"skills": "./skills/",
66
"interface": {

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.3.0"
2+
".": "6.3.1"
33
}

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oc-codex-multi-auth",
3-
"version": "6.3.0",
3+
"version": "6.3.1",
44
"description": "OpenCode plugin for ChatGPT Plus/Pro OAuth with Codex/GPT-5 routing, multi-account rotation, account switching, health checks, diagnostics, and recovery tools",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -123,14 +123,14 @@
123123
"@opencode-ai/plugin": "^1.14.22",
124124
"@opentui/core": "0.2.6",
125125
"@opentui/solid": "0.2.6",
126-
"hono": "4.12.18",
126+
"hono": "4.12.23",
127127
"solid-js": "^1.9.11",
128128
"web-tree-sitter": "^0.25.10",
129129
"zod": "^4.3.6"
130130
},
131131
"overrides": {
132132
"flatted": "3.4.2",
133-
"hono": "4.12.18",
133+
"hono": "4.12.23",
134134
"rollup": "4.60.0",
135135
"vite": "^7.3.2",
136136
"yaml": "^2.8.3",

0 commit comments

Comments
 (0)