From 5c31285d55e0ef9b46d5cd1948f520be9ada96f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 12:32:42 +0000 Subject: [PATCH] Bump hono in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [hono](https://github.com/honojs/hono). Updates `hono` from 4.7.4 to 4.12.12 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.7.4...v4.12.12) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.12 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 87723f9..2424abc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "cloudflare-workers-openapi", - "version": "0.0.1", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cloudflare-workers-openapi", - "version": "0.0.1", + "version": "1.3.0", "dependencies": { "@saferinsulin/core": "^2.0.1", "chanfana": "^2.0.2", - "hono": "^4.4.7", + "hono": "^4.12.12", "zod": "^3.23.8" }, "devDependencies": { @@ -1328,9 +1328,9 @@ "license": "BSD-2-Clause" }, "node_modules/hono": { - "version": "4.7.4", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.7.4.tgz", - "integrity": "sha512-Pst8FuGqz3L7tFF+u9Pu70eI0xa5S3LPUmrNd5Jm8nTHze9FxLTK9Kaj5g/k4UcwuJSXTP65SyHOPLrffpcAJg==", + "version": "4.12.12", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.12.tgz", + "integrity": "sha512-p1JfQMKaceuCbpJKAPKVqyqviZdS0eUxH9v82oWo1kb9xjQ5wA6iP3FNVAPDFlz5/p7d45lO+BpSk1tuSZMF4Q==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index 40c199e..b924c53 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "@saferinsulin/core": "^2.0.1", "chanfana": "^2.0.2", - "hono": "^4.4.7", + "hono": "^4.12.12", "zod": "^3.23.8" }, "devDependencies": {