From 43f343c10793d812775da80ca2f7a867c09018cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 18:08:19 +0000 Subject: [PATCH] chore(deps): bump @hono/zod-openapi from 0.18.4 to 1.6.3 Bumps [@hono/zod-openapi](https://github.com/honojs/middleware/tree/HEAD/packages/zod-openapi) from 0.18.4 to 1.6.3. - [Release notes](https://github.com/honojs/middleware/releases) - [Changelog](https://github.com/honojs/middleware/blob/main/packages/zod-openapi/CHANGELOG.md) - [Commits](https://github.com/honojs/middleware/commits/@hono/zod-openapi@1.6.3/packages/zod-openapi) --- updated-dependencies: - dependency-name: "@hono/zod-openapi" dependency-version: 1.6.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- hub/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub/package.json b/hub/package.json index e57326da..b1ce4cff 100644 --- a/hub/package.json +++ b/hub/package.json @@ -9,7 +9,7 @@ "docs:openapi": "JWT_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx DATABASE_URL=postgres://localhost:5432/placeholder bun run scripts/dump-openapi.ts" }, "dependencies": { - "@hono/zod-openapi": "^0.18.4", + "@hono/zod-openapi": "^1.6.3", "@octokit/rest": "^22.0.1", "@scalar/hono-api-reference": "^0.10.19", "bcryptjs": "^3.0.3",