From 9afe352c973496eadc5e947287e2efeef6431ae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 00:13:57 +0000 Subject: [PATCH] build(deps): bump hono from 4.12.34 to 4.13.5 Bumps [hono](https://github.com/honojs/hono) from 4.12.34 to 4.13.5. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.34...v4.13.5) --- updated-dependencies: - dependency-name: hono dependency-version: 4.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2b596c4..19556fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "coverage-tracker", "version": "0.4.0", "dependencies": { - "hono": "^4.12.34", + "hono": "^4.13.5", "jose": "^5.9.0", "zod": "^4.4.3" }, @@ -3407,9 +3407,9 @@ } }, "node_modules/hono": { - "version": "4.12.34", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.34.tgz", - "integrity": "sha512-GqXJqY/xJkJmuloTrnV1ZEXG3fqte+VjkUqoRNZXcrUidiUOP4fMSIHHY4tsqZBK++kVyWmt/AAfSUuy57/eSA==", + "version": "4.13.5", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.13.5.tgz", + "integrity": "sha512-O6+/eCYRkzzzy0rPWwKLiGBR1nFuUPZynnwjxN1MBA62NNqbT0wQEzQyK2gSO5yDIDB336sXQleAhOHrzlYyKw==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index 4c16693..9851664 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "db:migrate:remote": "wrangler d1 migrations apply DB --remote" }, "dependencies": { - "hono": "^4.12.34", + "hono": "^4.13.5", "jose": "^5.9.0", "zod": "^4.4.3" },