From 222e1cb97e1b2696f655ff935504b3d9b2a3a5f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 12:16:06 +0000 Subject: [PATCH] Bump hono from 4.12.16 to 4.12.22 Bumps [hono](https://github.com/honojs/hono) from 4.12.16 to 4.12.22. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.16...v4.12.22) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.22 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 2975add..c8bfb89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@vitejs/plugin-react": "^5.0.0", "color-convert": "^2.0.1", "date-fns": "^4.2.1", - "hono": "^4.0.0", + "hono": "^4.12.22", "lodash-es": "4.x", "markdown-to-jsx": "^7.2.0", "modern-normalize": "^3.0.0", @@ -3075,9 +3075,9 @@ "license": "ISC" }, "node_modules/hono": { - "version": "4.12.16", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.16.tgz", - "integrity": "sha512-jN0ZewiNAWSe5khM3EyCmBb250+b40wWbwNILNfEvq84VREWwOIkuUsFONk/3i3nqkz7Oe1PcpM2mwQEK2L9Kg==", + "version": "4.12.22", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.22.tgz", + "integrity": "sha512-7fvVPbB92zNRsQke+uiRGwtTuef0tB2Dg4hWxYfFNvkQhIltWoyi0ONReM5LWA+jJWS3nfT5lTq+qbsIpX0IQw==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index 9ae6e7b..b21da14 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@vitejs/plugin-react": "^5.0.0", "color-convert": "^2.0.1", "date-fns": "^4.2.1", - "hono": "^4.0.0", + "hono": "^4.12.22", "lodash-es": "4.x", "markdown-to-jsx": "^7.2.0", "modern-normalize": "^3.0.0",