From eb7874f7bd9636748b56e3093df243430130ab69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 04:35:28 +0000 Subject: [PATCH] Bump hono from 4.12.16 to 4.12.18 Bumps [hono](https://github.com/honojs/hono) from 4.12.16 to 4.12.18. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.16...v4.12.18) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.18 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 e58ea5e..93f0b9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@vitejs/plugin-react": "^5.0.0", "color-convert": "^2.0.1", "date-fns": "2.x", - "hono": "^4.0.0", + "hono": "^4.12.18", "lodash-es": "4.x", "markdown-to-jsx": "^7.2.0", "modern-normalize": "^3.0.0", @@ -3782,9 +3782,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.18", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.18.tgz", + "integrity": "sha512-RWzP96k/yv0PQfyXnWjs6zot20TqfpfsNXhOnev8d1InAxubW93L11/oNUc3tQqn2G0bSdAOBpX+2uDFHV7kdQ==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index 217d442..56633fc 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@vitejs/plugin-react": "^5.0.0", "color-convert": "^2.0.1", "date-fns": "2.x", - "hono": "^4.0.0", + "hono": "^4.12.18", "lodash-es": "4.x", "markdown-to-jsx": "^7.2.0", "modern-normalize": "^3.0.0",