From 153be6ef55c4b8504e3487436b6553ace674f5e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:02:32 +0000 Subject: [PATCH] build(deps): bump hono from 4.6.12 to 4.6.13 Bumps [hono](https://github.com/honojs/hono) from 4.6.12 to 4.6.13. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.6.12...v4.6.13) --- 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 eff6359..dd2c7c8 100644 --- a/apps/speaking-url-api/package.json +++ b/apps/speaking-url-api/package.json @@ -11,7 +11,7 @@ "@hono/zod-validator": "0.4.1", "@scalar/hono-api-reference": "0.5.162", "@vercel/kv": "3.0.0", - "hono": "4.6.12", + "hono": "4.6.13", "hono-rate-limiter": "0.4.0", "speaking-url-ts": "0.6.2", "zod": "3.23.8" diff --git a/yarn.lock b/yarn.lock index 15a73d4..ced718d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2210,10 +2210,10 @@ hono-rate-limiter@0.4.0: resolved "https://registry.yarnpkg.com/hono-rate-limiter/-/hono-rate-limiter-0.4.0.tgz#5f7f1f24e04e85faf7b654816d8da66ba3692542" integrity sha512-7RWU2HZvxPtfBrvjXKDiQ3F6ZH8k49JhxVkHquUz5UZKjauj5PrP29MvISykThtfpy4mGG6kqxFBHW1ed9wwnA== -hono@4.6.12: - version "4.6.12" - resolved "https://registry.yarnpkg.com/hono/-/hono-4.6.12.tgz#edc052e1154f22b74d4d3de9fdcdea0e0187ac3e" - integrity sha512-eHtf4kSDNw6VVrdbd5IQi16r22m3s7mWPLd7xOMhg1a/Yyb1A0qpUFq8xYMX4FMuDe1nTKeMX5rTx7Nmw+a+Ag== +hono@4.6.13: + version "4.6.13" + resolved "https://registry.yarnpkg.com/hono/-/hono-4.6.13.tgz#e92b328c80823802f0b346a5c4b56470adb242bc" + integrity sha512-haV0gaMdSjy9URCRN9hxBPlqHa7fMm/T72kAImIxvw4eQLbNz1rgjN4hHElLJSieDiNuiIAXC//cC6YGz2KCbg== hookable@^5.5.3: version "5.5.3"