From 788d59f4c11ba9e96a8eb330d710ebfc3625eb5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 16:17:03 +0000 Subject: [PATCH] build(deps): bump hono from 4.6.15 to 4.6.16 Bumps [hono](https://github.com/honojs/hono) from 4.6.15 to 4.6.16. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.6.15...v4.6.16) --- updated-dependencies: - dependency-name: hono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/speaking-url-api/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/speaking-url-api/package.json b/apps/speaking-url-api/package.json index 13899e0..537941d 100644 --- a/apps/speaking-url-api/package.json +++ b/apps/speaking-url-api/package.json @@ -11,7 +11,7 @@ "@hono/zod-validator": "0.4.2", "@scalar/hono-api-reference": "0.5.165", "@vercel/kv": "3.0.0", - "hono": "4.6.15", + "hono": "4.6.16", "hono-rate-limiter": "0.4.2", "speaking-url-ts": "0.6.2", "zod": "3.24.1" diff --git a/yarn.lock b/yarn.lock index a30e070..578ad37 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2220,10 +2220,10 @@ hono-rate-limiter@0.4.2: resolved "https://registry.yarnpkg.com/hono-rate-limiter/-/hono-rate-limiter-0.4.2.tgz#2dc957f784a2ae2c94a9f93c687eb175f622305b" integrity sha512-AAtFqgADyrmbDijcRTT/HJfwqfvhalya2Zo+MgfdrMPas3zSMD8SU03cv+ZsYwRU1swv7zgVt0shwN059yzhjw== -hono@4.6.15: - version "4.6.15" - resolved "https://registry.yarnpkg.com/hono/-/hono-4.6.15.tgz#86e9c12a1b8115c96ec8538ca7d7cb8e21e30e4b" - integrity sha512-OiQwvAOAaI2JrABBH69z5rsctHDzFzIKJge0nYXgtzGJ0KftwLWcBXm1upJC23/omNRtnqM0gjRMbtXshPdqhQ== +hono@4.6.16: + version "4.6.16" + resolved "https://registry.yarnpkg.com/hono/-/hono-4.6.16.tgz#f31396b3aa8b66001937d5e8e69e2a7125ab0ec8" + integrity sha512-iE6xOPwDYlfnZFwk6BfIMMIH4WZm3pPhz6rc1uJM/OPew0pjG5K6p8WTLaMBY1/szF/T0TaEjprMpwn16BA0NQ== hookable@^5.5.3: version "5.5.3"