From 8185602a234dee46500076444d294916ae928833 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 12:41:43 +0000 Subject: [PATCH] Bump hono from 4.12.15 to 4.12.18 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: 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 dd60300..8f75936 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "dependencies": { "@hono/node-server": "^2.0.0", "adm-zip": "^0.5.17", - "hono": "^4.12.15", + "hono": "^4.12.18", "sharp": "^0.34.5" } }, @@ -517,9 +517,9 @@ } }, "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==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index f426e0e..b0d0d12 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "dependencies": { "@hono/node-server": "^2.0.0", "adm-zip": "^0.5.17", - "hono": "^4.12.15", + "hono": "^4.12.18", "sharp": "^0.34.5" } }