From 6584b14243e4701845a9937bbc87a1338885deee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 19:37:10 +0000 Subject: [PATCH] Bump hono from 4.11.4 to 4.11.7 Bumps [hono](https://github.com/honojs/hono) from 4.11.4 to 4.11.7. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.11.4...v4.11.7) --- updated-dependencies: - dependency-name: hono dependency-version: 4.11.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/json-api/package.json | 2 +- package-lock.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/json-api/package.json b/examples/json-api/package.json index 5978ff2..9382848 100644 --- a/examples/json-api/package.json +++ b/examples/json-api/package.json @@ -10,7 +10,7 @@ "dependencies": { "@hono/node-server": "^1.14.1", "framer-api": "^0.0.1-beta.0", - "hono": "^4.11.4", + "hono": "^4.11.7", "typescript": "^5.9.3" }, "devDependencies": { diff --git a/package-lock.json b/package-lock.json index 09240ea..3752a40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "dependencies": { "@hono/node-server": "^1.14.1", "framer-api": "^0.0.1-beta.0", - "hono": "^4.11.4", + "hono": "^4.11.7", "typescript": "^5.9.3" }, "devDependencies": { @@ -1584,9 +1584,9 @@ "license": "BSD-2-Clause" }, "node_modules/hono": { - "version": "4.11.4", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.4.tgz", - "integrity": "sha512-U7tt8JsyrxSRKspfhtLET79pU8K+tInj5QZXs1jSugO1Vq5dFj3kmZsRldo29mTBfcjDRVRXrEZ6LS63Cog9ZA==", + "version": "4.11.7", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.7.tgz", + "integrity": "sha512-l7qMiNee7t82bH3SeyUCt9UF15EVmaBvsppY2zQtrbIhl/yzBTny+YUxsVjSjQ6gaqaeVtZmGocom8TzBlA4Yw==", "license": "MIT", "engines": { "node": ">=16.9.0"