From 6a694733c56dce4de4a236eeb8d864c1eba356de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 15:39:02 +0000 Subject: [PATCH] chore(deps-dev): bump hono from 4.12.15 to 4.12.18 in /frontend Bumps [hono](https://github.com/honojs/hono) from 4.12.15 to 4.12.18. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.15...v4.12.18) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.18 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 6 +++--- frontend/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 476bf3f..64d0ba7 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -8445,9 +8445,9 @@ "license": "Apache-2.0" }, "node_modules/hono": { - "version": "4.12.15", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.15.tgz", - "integrity": "sha512-qM0jDhFEaCBb4TxoW7f53Qrpv9RBiayUHo0S52JudprkhvpjIrGoU1mnnr29Fvd1U335ZFPZQY1wlkqgfGXyLg==", + "version": "4.12.18", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.18.tgz", + "integrity": "sha512-RWzP96k/yv0PQfyXnWjs6zot20TqfpfsNXhOnev8d1InAxubW93L11/oNUc3tQqn2G0bSdAOBpX+2uDFHV7kdQ==", "dev": true, "license": "MIT", "engines": { diff --git a/frontend/package.json b/frontend/package.json index c24cdfd..632ff74 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -74,7 +74,7 @@ ] }, "overrides": { - "hono": "^4.12.15", + "hono": "^4.12.18", "@hono/node-server": "^1.19.13", "follow-redirects": "^1.16.0" },