From 1557d415ea9760d465cd2194f5f2409dbc978adc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 21:06:35 +0000 Subject: [PATCH] Bump hono from 4.12.26 to 4.12.27 Bumps [hono](https://github.com/honojs/hono) from 4.12.26 to 4.12.27. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.26...v4.12.27) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.27 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 68ee601..fe1bad4 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.26", + "hono": "4.12.27", "pixi.js": "^8.0.0", "react": "19.2.7", "react-dom": "19.2.7" @@ -4864,9 +4864,9 @@ } }, "node_modules/hono": { - "version": "4.12.26", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.26.tgz", - "integrity": "sha512-uyZtpnYxM9CmQ7QsQknM4zN8EftNqhON1qYeIKM0Se67CCEe2c44xyGURwB0axX2fBDu1dqHrHAc1hmNT8ITkw==", + "version": "4.12.27", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.27.tgz", + "integrity": "sha512-1yrb/+w6HWQJrUCLkJ2IF5jNIPvvFkblV5RNOYl6bV+OA6p9GLcMpHFFGTosSvHvcAUibuUukRqhlYI4z32C7Q==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index 95a2919..98ce3f8 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.26", + "hono": "4.12.27", "pixi.js": "^8.0.0", "react": "19.2.7", "react-dom": "19.2.7"