From d1bf9338a7301429fd88dbb8301de1cc4e835f0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:05:20 +0000 Subject: [PATCH] Bump hono from 4.6.5 to 4.6.17 Bumps [hono](https://github.com/honojs/hono) from 4.6.5 to 4.6.17. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.6.5...v4.6.17) --- updated-dependencies: - dependency-name: hono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8826c76..ca10d65 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "@cloudflare/workers-types": "^4.20241018.0", "@types/mustache": "^4.2.5", - "hono": "^4.6.5", + "hono": "^4.6.17", "mustache": "^4.2.0", "postal-mime": "^2.3.2", "uuid": "^10.0.0" diff --git a/yarn.lock b/yarn.lock index 3244005..5753a3c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -840,10 +840,10 @@ hasown@^2.0.0: dependencies: function-bind "^1.1.2" -hono@^4.6.5: - version "4.6.5" - resolved "https://registry.yarnpkg.com/hono/-/hono-4.6.5.tgz#9d5a1ada5b40dc865e2d28c0bcc5d24cc755b9f1" - integrity sha512-qsmN3V5fgtwdKARGLgwwHvcdLKursMd+YOt69eGpl1dUCJb8mCd7hZfyZnBYjxCegBG7qkJRQRUy2oO25yHcyQ== +hono@^4.6.17: + version "4.6.17" + resolved "https://registry.yarnpkg.com/hono/-/hono-4.6.17.tgz#143b9cba563caaf37584cecc25166c9450ea47cc" + integrity sha512-Kbh4M0so2RzLiIg6iP33DoTU68TdvP2O/kb1Hhhdwa37fazuf402ig8ZRfjkz2dqXwiWl2dAgh0f++TuKAdOtQ== human-signals@^5.0.0: version "5.0.0"