From 35350db29b8d50c395b5436976041dd14ea20f60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 00:07:42 +0000 Subject: [PATCH] Bump hono from 4.12.15 to 4.12.25 in /code Bumps [hono](https://github.com/honojs/hono) from 4.12.15 to 4.12.25. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.15...v4.12.25) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.25 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code/package-lock.json | 8 ++++---- code/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code/package-lock.json b/code/package-lock.json index eec8621..6b75fd5 100644 --- a/code/package-lock.json +++ b/code/package-lock.json @@ -8,7 +8,7 @@ "name": "link-shortner", "version": "1.0.0", "dependencies": { - "hono": "^4.6.0" + "hono": "^4.12.25" }, "devDependencies": { "@cloudflare/workers-types": "^4.20241127.0", @@ -1213,9 +1213,9 @@ "license": "BSD-2-Clause" }, "node_modules/hono": { - "version": "4.12.15", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.15.tgz", - "integrity": "sha512-qM0jDhFEaCBb4TxoW7f53Qrpv9RBiayUHo0S52JudprkhvpjIrGoU1mnnr29Fvd1U335ZFPZQY1wlkqgfGXyLg==", + "version": "4.12.25", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.25.tgz", + "integrity": "sha512-2NFaIyNVgJmBs/ecmtGzlmluTFs5cHEWGTdu0t1HBwYzoGXOL5nUQBRMXsXWla5i4KkG//QMzVP88m1+I3fdAQ==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/code/package.json b/code/package.json index f3ca4c1..9a88ad8 100644 --- a/code/package.json +++ b/code/package.json @@ -8,7 +8,7 @@ "cf-typegen": "wrangler types" }, "dependencies": { - "hono": "^4.6.0" + "hono": "^4.12.25" }, "devDependencies": { "@cloudflare/workers-types": "^4.20241127.0",