From a54e138589d805395339e117c2d2ea7aa977e816 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 03:55:39 +0000 Subject: [PATCH] chore(deps): bump hono from 4.12.18 to 4.13.3 Bumps [hono](https://github.com/honojs/hono) from 4.12.18 to 4.13.3. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.18...v4.13.3) --- updated-dependencies: - dependency-name: hono dependency-version: 4.13.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 5bf4512..b20ef89 100644 --- a/bun.lock +++ b/bun.lock @@ -7,7 +7,7 @@ "dependencies": { "cheerio": "^1.2.0", "drizzle-orm": "^0.45.2", - "hono": "^4.12.18", + "hono": "^4.13.3", }, "devDependencies": { "@eslint/eslintrc": "^3.3.5", @@ -362,7 +362,7 @@ "globals": ["globals@17.6.0", "", {}, "sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA=="], - "hono": ["hono@4.12.18", "", {}, "sha512-RWzP96k/yv0PQfyXnWjs6zot20TqfpfsNXhOnev8d1InAxubW93L11/oNUc3tQqn2G0bSdAOBpX+2uDFHV7kdQ=="], + "hono": ["hono@4.13.3", "", {}, "sha512-r8AO2mYHoLxSHkgafNeC/BXyb2vWRxD3jem4Ts+ptav8oTG5FIRifAjuJEmZI4bSvvc2ns0GxmIYiZnHqN3mMw=="], "htmlparser2": ["htmlparser2@10.1.0", "", { "dependencies": { "domelementtype": "^2.3.0", "domhandler": "^5.0.3", "domutils": "^3.2.2", "entities": "^7.0.1" } }, "sha512-VTZkM9GWRAtEpveh7MSF6SjjrpNVNNVJfFup7xTY3UpFtm67foy9HDVXneLtFVt4pMz5kZtgNcvCniNFb1hlEQ=="], diff --git a/package.json b/package.json index 7349f5f..8a3014a 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "cheerio": "^1.2.0", "drizzle-orm": "^0.45.2", - "hono": "^4.12.21" + "hono": "^4.13.3" }, "devDependencies": { "@eslint/eslintrc": "^3.3.5",