From e259ead0c11a0314b0cb31c5a272554893a0d7e3 Mon Sep 17 00:00:00 2001 From: ndycode Date: Tue, 10 Mar 2026 17:06:47 +0800 Subject: [PATCH] fix(deps): bump hono for audit compliance --- package-lock.json | 8 ++++---- package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 93ee2ca5e..b089d076f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "dependencies": { "@codex-ai/plugin": "file:vendor/codex-ai-plugin", "@openauthjs/openauth": "^0.4.3", - "hono": "4.12.3", + "hono": "4.12.6", "zod": "^4.3.6" }, "bin": { @@ -2375,9 +2375,9 @@ } }, "node_modules/hono": { - "version": "4.12.3", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.3.tgz", - "integrity": "sha512-SFsVSjp8sj5UumXOOFlkZOG6XS9SJDKw0TbwFeV+AJ8xlST8kxK5Z/5EYa111UY8732lK2S/xB653ceuaoGwpg==", + "version": "4.12.6", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.6.tgz", + "integrity": "sha512-KljEp+MeEEEIOT75qBo1UjqqB29fRMtlDEwCxcexOzdkUq6LR/vRvHk5pdROcxyOYyW1niq7Gb5pFVGy5R1eBw==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index 6f848975f..ad43fdf80 100644 --- a/package.json +++ b/package.json @@ -118,11 +118,11 @@ "dependencies": { "@openauthjs/openauth": "^0.4.3", "@codex-ai/plugin": "file:vendor/codex-ai-plugin", - "hono": "4.12.3", + "hono": "4.12.6", "zod": "^4.3.6" }, "overrides": { - "hono": "4.12.3", + "hono": "4.12.6", "minimatch": "10.2.4", "rollup": "4.59.0", "vite": "^7.3.1",