From 3c0ac0b2547999b8177e55d90b4baa8811a2aea1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 12:51:59 +0000 Subject: [PATCH] Bump hono from 4.12.25 to 4.12.26 Bumps [hono](https://github.com/honojs/hono) from 4.12.25 to 4.12.26. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.25...v4.12.26) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.25 dependency-type: direct:production update-type: version-update:semver-patch ... 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 057fd39..bb84a44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@devvit/web": "0.13.4", "@hono/node-server": "2.0.5", "devvit": "0.13.4", - "hono": "4.12.25", + "hono": "4.12.26", "pixi.js": "^8.0.0", "react": "19.2.7", "react-dom": "19.2.7" @@ -4886,9 +4886,9 @@ } }, "node_modules/hono": { - "version": "4.12.25", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.25.tgz", - "integrity": "sha512-2NFaIyNVgJmBs/ecmtGzlmluTFs5cHEWGTdu0t1HBwYzoGXOL5nUQBRMXsXWla5i4KkG//QMzVP88m1+I3fdAQ==", + "version": "4.12.26", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.26.tgz", + "integrity": "sha512-uyZtpnYxM9CmQ7QsQknM4zN8EftNqhON1qYeIKM0Se67CCEe2c44xyGURwB0axX2fBDu1dqHrHAc1hmNT8ITkw==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index 517aa80..a638b34 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@devvit/web": "0.13.4", "@hono/node-server": "2.0.5", "devvit": "0.13.4", - "hono": "4.12.25", + "hono": "4.12.26", "pixi.js": "^8.0.0", "react": "19.2.7", "react-dom": "19.2.7"