From be92b4ffcfd3091bd1acb104f19b4af10dddc45e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:35:20 +0000 Subject: [PATCH] Bump hono from 4.5.0 to 4.5.1 Bumps [hono](https://github.com/honojs/hono) from 4.5.0 to 4.5.1. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.5.0...v4.5.1) --- 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 74b6dbb..882ecde 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "@cloudflare/workers-types": "^4.20240620.0", "@types/mustache": "^4.2.5", - "hono": "^4.5.0", + "hono": "^4.5.1", "mustache": "^4.2.0", "postal-mime": "^2.2.6", "uuid": "^10.0.0" diff --git a/yarn.lock b/yarn.lock index 4293159..f42f622 100644 --- a/yarn.lock +++ b/yarn.lock @@ -822,10 +822,10 @@ hasown@^2.0.0: dependencies: function-bind "^1.1.2" -hono@^4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/hono/-/hono-4.5.0.tgz#cc8caebff934728e8f3f99cf005278828a43f137" - integrity sha512-ZbezypZfn4odyApjCCv+Fw5OgweBqRLA/EsMyc4FUknFvBJcBIKhHy4sqmD1rWpBc/3wUlaQ6tqOPjk36R1ckg== +hono@^4.5.1: + version "4.5.1" + resolved "https://registry.yarnpkg.com/hono/-/hono-4.5.1.tgz#a258710ffaba07d64580a0c112cba97c4319b606" + integrity sha512-6q8AugoWG5wlrjdGG8OFFiqEsPlPGjODjUik48sEJeko4Tae1UsLS2vUiYHLEJx1gJvOZa4BWkQC+urwDmkEvQ== human-signals@^5.0.0: version "5.0.0"